main.user.js aktualisiert
This commit is contained in:
parent
274dc6c585
commit
e7212a85d9
1 changed files with 6 additions and 2 deletions
|
@ -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==
|
||||
(function() {
|
||||
'use strict';
|
||||
window.hello();
|
||||
})();
|
||||
|
||||
|
||||
const URL_STORAGE_KEY = "itexamanswers.net URL";
|
||||
let awnserData;
|
||||
|
|
Loading…
Reference in a new issue