Moomoo.io Auto reloader

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

< Feedback on Moomoo.io Auto reloader

प्रश्न/टिप्पणी

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());
});

उत्तर पोस्ट करा

उत्तर पोस्ट करण्यासाठी साइन इन करा.