Greasy Fork is available in English.
feel free to donate: 1KCwhJWdMcnqNECnKBxhZHb4Eu6RWjgg4U
当前为
// ==UserScript==
// @name Freebitcoin Auto Claim
// @namespace http://romenum.online
// @version 0.1
// @description feel free to donate: 1KCwhJWdMcnqNECnKBxhZHb4Eu6RWjgg4U
// @author romenum
// @match https://freebitco.in/*
// @grant none
// ==/UserScript==
function ready() {
sleep(3000);
setInterval(function () {document.getElementById("free_play_form_button").click();}, 3600000);
}