Skip to content

Instantly share code, notes, and snippets.

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