diff --git a/src/main.user.js b/src/main.user.js index ac4c3ae..ddcc326 100644 --- a/src/main.user.js +++ b/src/main.user.js @@ -3,12 +3,12 @@ // @namespace https://git.euph.dev/Snoweuph // @match *://assessment.netacad.net/* // @match *://www.assessment.netacad.net/* -// @require https://git.euph.dev/SZUT-Dominik/CCNA_Autofill_Userscript/raw/branch/main/src/fetch.js -// @require https://git.euph.dev/SZUT-Dominik/CCNA_Autofill_Userscript/raw/branch/main/src/answer.js +// @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 1.0.0 +// @version 1.0.1 // @author Dominik Säume // ==/UserScript==