您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Auto Faucet Script by Butterlvr6
当前为
// ==UserScript== // @name Free multicrypto Auto Faucet // @description Auto Faucet Script by Butterlvr6 // @author Butterlvr6 // @version 1.2 // @namespace hi // @match https://freebitcoin.io/* // @match https://freenem.com/* // @match https://coinfaucet.io/* // @match https://freecardano.com/* // @match https://freesteam.io/* // @match https://freetether.com/* // @match https://free-ltc.com/* // @match https://freeusdcoin.com/* // @match https://freeneo.io/* // @match https://freebinancecoin.com/* // @grant GM_setValue // @grant GM_getValue // ==/UserScript== setTimeout(function() { 'use strict'; console.log(document.querySelector("div[class='roll-wrapper']").style.display !== 'none'); if (document.querySelector("div[class='roll-wrapper']").style.display !== "none") { document.querySelector("button[class='main-button-2 roll-button bg-2']").click() } //every 10 minutes the page will be refreshed to check if you can roll again setTimeout(function(){ location.reload(); }, 10*60*1000); },2000);