1
1
Fork 0
This commit is contained in:
Dominik Säume 2024-05-23 16:31:24 +02:00
parent 8b78b5d070
commit 9545544472
Signed by: SZUT-Dominik
GPG key ID: 67D15BB250B41E7C

View file

@ -10,7 +10,7 @@
// @grant GM_getValue // @grant GM_getValue
// @grant GM_xmlhttpRequest // @grant GM_xmlhttpRequest
// @grant GM_log // @grant GM_log
// @version 0.0.8 // @version 0.0.9
// @author Dominik Säume // @author Dominik Säume
// ==/UserScript== // ==/UserScript==
@ -19,7 +19,7 @@ let awnserData;
console.log = console.__proto__.log; console.log = console.__proto__.log;
window.addEventListener("keydown", event => { window.addEventListener("keydown", async (event) => {
switch(event.key){ switch(event.key){
case "p": case "p":
const oldAwnsersURL = GM_getValue(URL_STORAGE_KEY); const oldAwnsersURL = GM_getValue(URL_STORAGE_KEY);