Greasy Fork is available in English.

Moomoo.io Auto reloader

Automatically reload the page on disconnect and handle errors such as "Server is full"

< Rückmeldungen aufMoomoo.io Auto reloader

Frage/Kommentar

§
Veröffentlicht: 25.07.2023

why bother when you could shorten the script to:

var AutoReload = setInterval(function () {
"disconnectedreload" == document.getElementById("loadingText").textContent &&
((window.onbeforeunload = null),
clearInterval(AutoReload),
window.location.reload());
});

Antwort schreiben

Anmelden um eine Antwort zu senden.