main.user.js aktualisiert
This commit is contained in:
parent
f4c918d424
commit
274dc6c585
1 changed files with 2 additions and 4 deletions
|
@ -10,12 +10,10 @@
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_xmlhttpRequest
|
// @grant GM_xmlhttpRequest
|
||||||
// @grant GM_log
|
// @grant GM_log
|
||||||
// @version 0.0.3
|
// @version 0.0.4
|
||||||
// @author Dominik Säume
|
// @author Dominik Säume
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
window.hello();
|
||||||
import { hello } from './fetch.user.js';
|
|
||||||
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