autoclaim freebitco.in https://freebitco.in/?r=9780720
Add this code above the script
var timeout = setTimeout("location.reload(true);",3610000);
function resetTimeout() {
clearTimeout(timeout);
timeout = setTimeout("location.reload(true);",3610000);
}
that gonna force the page to refresh each one hour in tampermonkey and firefox for android
The full script have to be like this:
var timeout = setTimeout("location.reload(true);",3610000);
function resetTimeout() {
clearTimeout(timeout);
timeout = setTimeout("location.reload(true);",3610000);
}
$(document).ready(function(){
setInterval(function(){
//$('#free_play_form_button').trigger('click');
if ($('#free_play_form_button').is(':visible')) {
$('#free_play_form_button').trigger('click');
}
},10000);
});
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Page don't reload/refresh in tampermonkey APK script
Please add page reload/refresh in the sricpt.