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_xmlhttpRequest
|
||||
// @grant GM_log
|
||||
// @version 0.0.3
|
||||
// @version 0.0.4
|
||||
// @author Dominik Säume
|
||||
// ==/UserScript==
|
||||
|
||||
import { hello } from './fetch.user.js';
|
||||
hello();
|
||||
window.hello();
|
||||
|
||||
const URL_STORAGE_KEY = "itexamanswers.net URL";
|
||||
let awnserData;
|
||||
|
|
Loading…
Reference in a new issue