Template/src/main.user.js

13 lines
472 B
JavaScript
Raw Normal View History

2024-12-20 22:14:36 +00:00
// ==UserScript==
// @name $REPO_NAME
// @namespace https://git.euph.dev/$REPO_OWNER
// @match *
// @require https://git.euph.dev/Snoweuph/CCNA_Autofill_Userscript/raw/branch/main/src/fetch.js
// @require https://git.euph.dev/Snoweuph/CCNA_Autofill_Userscript/raw/branch/main/src/answer.js
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_xmlhttpRequest
// @version 0.0.1
// @author Userscripts
// ==/UserScript==