1
1
Fork 0

src/main.user.js aktualisiert
All checks were successful
QS / QS (push) Successful in 9s

This commit is contained in:
Snoweuph 2024-05-26 08:17:59 +00:00
parent 17276cd3bd
commit f105ede970

View file

@ -3,12 +3,12 @@
// @namespace https://git.euph.dev/Snoweuph // @namespace https://git.euph.dev/Snoweuph
// @match *://assessment.netacad.net/* // @match *://assessment.netacad.net/*
// @match *://www.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/Snoweuph/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/answer.js
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_xmlhttpRequest // @grant GM_xmlhttpRequest
// @version 1.0.0 // @version 1.0.1
// @author Dominik Säume // @author Dominik Säume
// ==/UserScript== // ==/UserScript==