Forgot to add a loop for the warning-proceed.user.js
This commit is contained in:
parent
d11dfea568
commit
1e079b9c18
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
(function () {
|
||||
setInterval(function () {
|
||||
let errorScreenEl = document.querySelector("#error-screen");
|
||||
console.log({ errorScreenEl: errorScreenEl });
|
||||
let reasonEl = errorScreenEl.querySelector("#reason");
|
||||
|
@ -15,4 +15,4 @@
|
|||
buttonEl.click();
|
||||
}
|
||||
}
|
||||
})();
|
||||
}, 100);
|
||||
|
|
Loading…
Reference in a new issue