1
1
Fork 0

main.user.js aktualisiert

This commit is contained in:
Dominik Säume 2024-05-23 14:11:32 +00:00
parent 4277f36fc5
commit 72f42ae544

View file

@ -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;