Free multicrypto Auto Faucet. FREE CRYPTO EVERY HOUR!!!!

Auto Faucet Script. Get free STEAM TETHER USD coin BINANCE coin NEO DASH BITCOIN NEM CARDANO ETHEREUM LITECOIN RIPPLE TRON CHAINLINK DOGE coin EVERY HOUR!!!!!

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name Free multicrypto Auto Faucet. FREE CRYPTO EVERY HOUR!!!!
// @description Auto Faucet Script. Get free STEAM TETHER USD coin BINANCE coin NEO DASH BITCOIN NEM CARDANO ETHEREUM LITECOIN RIPPLE TRON CHAINLINK DOGE coin EVERY HOUR!!!!!
// @author Butterlvr6
// @version 4
// @namespace hi
// @match https://app.freesteam.io/free
// @match https://app.freetether.com/free
// @match https://app.freeusdcoin.com/free
// @match https://app.freebinancecoin.com/free
// @match https://app.freeneo.io/free
// @match https://app.freedash.io/free
// @match https://app.freebitcoin.io/free
// @match https://app.freenem.com/free
// @match https://app.freecardano.com/free
// @match https://app.freeethereum.com/free
// @match https://app.free-ltc.com/free
// @match https://app.coinfaucet.io/free
// @match https://app.free-tron.com/free
// @match https://app.freechainlink.io/free
// @match https://app.free-doge.com/free
// @grant GM_setValue
// @grant GM_getValue
// ==/UserScript==


setTimeout(function() {
    'use strict';
    console.log(document.evaluate("/html/body/div[1]/div/div/main/div/div[1]/div[1]/div[2]/div/div/div/div/div/div[2]/button", document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue.style.display !== 'none');

    if (document.evaluate("/html/body/div[1]/div/div/main/div/div[1]/div[1]/div[2]/div/div/div/div/div/div[2]/button", document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue.style.display !== "none") {
        document.evaluate("/html/body/div[1]/div/div/main/div/div[1]/div[1]/div[2]/div/div/div/div/div/div[2]/button", document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue.click()
    }
    //every 10 minutes the page will be refreshed to check if you can roll again
    setTimeout(function(){ location.reload(); }, 10*60*1000);

}, 2000);