13 lines
472 B
JavaScript
13 lines
472 B
JavaScript
|
// ==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==
|