NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Test // @namespace https://userscripts.org/scripts/show/155840 // @description Description // @author MaxwellWellman // @version 10.0 // @encoding utf-8 // @icon // @homepage https://github.com/MaxwellWellman/purge-mod-test // @updateURL https://raw.githubusercontent.com/MaxwellWellman/purge-mod-test/refs/heads/master/test.user.js // @downloadURL https://raw.githubusercontent.com/MaxwellWellman/purge-mod-test/refs/heads/master/test.user.js // @license GPL-3.0-or-later; https://www.gnu.org/licenses/gpl-3.0.txt // @include https://maxwell-wellman.itch.io/purge-demo // @grant unsafeWindow // @grant GM_addStyle // @grant GM_getValue // @grant GM_setValue // @grant GM_xmlhttpRequest // @grant GM_registerMenuCommand // @grant GM_deleteValue // @grant GM_listValues // @grant GM_getResourceText // @grant GM_getResourceURL // @grant GM_log // @run-at document-start // @connect * // ==/UserScript== /*global unsafeWindow, GM_addStyle, GM_getValue, GM_setValue, GM_xmlhttpRequest, GM_registerMenuCommand, GM_deleteValue, GM_listValues, GM_getResourceText, GM_getResourceURL, GM_log, GM_openInTab, GM_setClipboard, GM_info, GM_getMetadata, $, document, console, location, setInterval, setTimeout, clearInterval*/ (async function() { 'use strict' console.log('hello') })()