From 274dc6c585452a80c623d176a30c972d75dd752c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20S=C3=A4ume?= Date: Thu, 23 May 2024 14:14:27 +0000 Subject: [PATCH] main.user.js aktualisiert --- main.user.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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;