From 72f42ae54431bf1379020db5719c0c82e1aae622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20S=C3=A4ume?= Date: Thu, 23 May 2024 14:11:32 +0000 Subject: [PATCH] main.user.js aktualisiert --- main.user.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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;