update
This commit is contained in:
parent
8b78b5d070
commit
9545544472
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue