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

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 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);