Forgot to add a loop for the warning-proceed.user.js

This commit is contained in:
Nicholas Phillips 2024-08-03 10:59:22 -04:00
parent d11dfea568
commit 1e079b9c18

View file

@ -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);