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 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!)

// ==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-3560').trigger('click');
            if ($('#claimbutton-3560').is(':visible')) {
                $('#claimbutton-3560').trigger('click');
            }
        },300);
    });