1
1
Fork 0

main.user.js aktualisiert

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

View file

@ -10,10 +10,14 @@
// @grant GM_getValue
// @grant GM_xmlhttpRequest
// @grant GM_log
// @version 0.0.4
// @version 0.0.5
// @author Dominik Säume
// ==/UserScript==
window.hello();
(function() {
'use strict';
window.hello();
})();
const URL_STORAGE_KEY = "itexamanswers.net URL";
let awnserData;