你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/446827-moomoo-io-auto-reloader/discussions/193904,源站連結 點此以跳轉。
Automatically reload the page on disconnect and handle errors such as "Server is full"
< 脚本 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());});
登录以发布留言。
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());
});