diff --git a/main.user.js b/main.user.js index 6c17167..ddad73c 100644 --- a/main.user.js +++ b/main.user.js @@ -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;