diff --git a/main.user.js b/main.user.js index a587b13..8177ff1 100644 --- a/main.user.js +++ b/main.user.js @@ -3,14 +3,19 @@ // @namespace Violentmonkey Scripts // @match *://assessment.netacad.net/* // @match *://www.assessment.netacad.net/* +// @match *://www.google.com/* +// @match *://www.google.de/* +// @require https://git.euph.dev/SZUT-Dominik/CCNA_Autofill_Userscript/raw/branch/main/main.user.js // @grant GM_setValue // @grant GM_getValue // @grant GM_xmlhttpRequest // @grant GM_log -// @version 0.0.1 +// @version 0.0.2 // @author Dominik Säume // ==/UserScript== +hello(); + const URL_STORAGE_KEY = "itexamanswers.net URL"; let awnserData;