main.user.js aktualisiert
This commit is contained in:
parent
4277f36fc5
commit
72f42ae544
1 changed files with 6 additions and 1 deletions
|
@ -3,14 +3,19 @@
|
||||||
// @namespace Violentmonkey Scripts
|
// @namespace Violentmonkey Scripts
|
||||||
// @match *://assessment.netacad.net/*
|
// @match *://assessment.netacad.net/*
|
||||||
// @match *://www.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_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_xmlhttpRequest
|
// @grant GM_xmlhttpRequest
|
||||||
// @grant GM_log
|
// @grant GM_log
|
||||||
// @version 0.0.1
|
// @version 0.0.2
|
||||||
// @author Dominik Säume
|
// @author Dominik Säume
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
|
hello();
|
||||||
|
|
||||||
const URL_STORAGE_KEY = "itexamanswers.net URL";
|
const URL_STORAGE_KEY = "itexamanswers.net URL";
|
||||||
let awnserData;
|
let awnserData;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue