Moomoo.io Auto reloader

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

< Feedback de Moomoo.io Auto reloader

Pergunta/Comentário

§
Publicado em: 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());
});

Enviar resposta

Entre para publicar uma resposta.

长期地址
遇到问题?请前往 GitHub 提 Issues。