CoinFaucet Auto Claim

feel free to donate: 1KCwhJWdMcnqNECnKBxhZHb4Eu6RWjgg4U

目前为 2017-11-22 提交的版本。查看 最新版本

// ==UserScript==
// @name         CoinFaucet Auto Claim
// @namespace    http://romenum.online
// @version      0.1
// @description  feel free to donate: 1KCwhJWdMcnqNECnKBxhZHb4Eu6RWjgg4U
// @author       romenum
// @match        https://coinfaucet.io/*
// @grant        none
// ==/UserScript==

function sleep(miliseconds) {
    var currentTime = new Date().getTime();
    while (currentTime + miliseconds >= new Date().getTime()) { }
}
sleep(5000);

setInterval(function () {
    document.getElementById("free_play_form_button").click();
}, 3605000);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址