main.user.js aktualisiert
This commit is contained in:
parent
72f42ae544
commit
f459fc4bab
1 changed files with 2 additions and 1 deletions
|
@ -10,10 +10,11 @@
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_xmlhttpRequest
|
// @grant GM_xmlhttpRequest
|
||||||
// @grant GM_log
|
// @grant GM_log
|
||||||
// @version 0.0.2
|
// @version 0.0.3
|
||||||
// @author Dominik Säume
|
// @author Dominik Säume
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
|
import { hello } from './fetch.user.js';
|
||||||
hello();
|
hello();
|
||||||
|
|
||||||
const URL_STORAGE_KEY = "itexamanswers.net URL";
|
const URL_STORAGE_KEY = "itexamanswers.net URL";
|
||||||
|
|
Loading…
Reference in a new issue