Anonymous 12/27/2022 (Tue) 16:20 No.549 del
>>546
oh
that's still pretty shit
i've been using this instead

(function refresh_thread() {
try {
document.querySelector("input#refreshButton").click();
} catch {}
setTimeout(refresh_thread, 2500);
})();