Bitcoinsfor.me Autoclaim + I'm not robot captcha clicker 1.3

Autoclaim bitcoinsfor.me

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
Márcio Fernando Maia
Daily installs
0
Total installs
780
Ratings
2 0 0
Version
0.1
Created
2018-08-16
Updated
2018-09-14
Size
884 Bytes
License
N/A
Applies to

// ==UserScript==
// @name Bitcoinsfor.me Autoclaim + I'm not robot captcha clicker 1.3
// @namespace By youtube.com/c/Marcio Fernando Maia
// @version 0.1
// @description Autoclaim bitcoinsfor.me
// @match https://bitcoinsfor.me/*
// @grant none
// ==/UserScript==

// Este Script roda perfeitamente no android e table. Não esqueça de instalar o captcha clicker.

var timeout = setTimeout("location.reload(true);",300000);
function resetTimeout() {
clearTimeout(timeout);
timeout = setTimeout("location.reload(true);",300000);
}

$(document).ready(function(){
setInterval(function(){
//$('#claimbutton').trigger('click');
if ($('#claimbutton').is(':visible')) {
$('#claimbutton').trigger('click');
}
},90000);
});