1
1
Fork 0

main.user.js aktualisiert

This commit is contained in:
Dominik Säume 2024-05-23 14:14:27 +00:00
parent f4c918d424
commit 274dc6c585

View file

@ -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;