// ==UserScript== // @name GGn Custom Request Vote // @namespace none // @version 1 // @description Vote on requests with custom amount from the list page // @author ingts // @grant unsafeWindow // @grant GM_setValue // @grant GM_getValue // @match https://gazellegames.net/requests.php* // @exclude https://gazellegames.net/requests.php?action=view&id=* // @exclude https://gazellegames.net/requests.php?action=new* // @downloadURL https://update.greasyfork.icu/scripts/526856/GGn%20Custom%20Request%20Vote.user.js // @updateURL https://update.greasyfork.icu/scripts/526856/GGn%20Custom%20Request%20Vote.meta.js // ==/UserScript== const submit = document.querySelector('input[type=submit]') const rows = document.querySelectorAll("#requests_list > tbody > tr:not(.colhead_dark)") submit.insertAdjacentHTML('afterend', `