Skip to content

Instantly share code, notes, and snippets.

View szymonszewcjr's full-sized avatar

szymonszewcjr szymonszewcjr

View GitHub Profile
let scrollCounter = 0;
//error watcher
setInterval(() => {
if (document.querySelector(`[aria-label="Something went wrong"]`)) {
location.reload();
}
}, 100)