[Final] DogeNetwork

Automatic claim all Coins to Faucetpay

目前為 2023-10-29 提交的版本,檢視 最新版本

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

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

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

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

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

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

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==UserScript==
// @name         [Final] DogeNetwork
// @namespace    https://greasyfork.org/users/1162863
// @version      1.1
// @description  Automatic claim all Coins to Faucetpay
// @author       Andrewblood
// @match        https://dogenetwork.fun/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=dogenetwork.fun
// @antifeature  referal-link     Referal-Link is in this Script integrated and in the description. (No win decrease for you, it's a thank you to me for the share)
// @license      Copyright Andrewblood
// ==/UserScript==
/*

Profit: 0.5$/Day

For full automation you need the script "Autopass Cloudflare CAPTCHA".
The ADBlocker you can turn off (it is in the script included).

Login over my Link https://dogenetwork.fun/ref/64423 open any Faucet, let it open and see how your coins in Faucetpay increases... ;)

When you want to Support me for the work. Then take a look on my other scripts on https://greasyfork.org/users/1162863 or
Register your Faucetpay Account over https://faucetpay.io/?r=script

*/
(function() {
    'use strict';

    var blockList = [
        "dogenetwork.fun##.slide-right",
        "dogenetwork.fun##.slide-left",
        "dogenetwork.fun##.flexShowCoins",
        "dogenetwork.fun##div.flexAd:nth-of-type(2)",
        "dogenetwork.fun##.flexAd",
        "dogenetwork.fun##div.col-md-12.col-lg-12:nth-of-type(1)"
    ];
    var windowHostname = window.location.hostname;
    for(var i = 0; i < blockList.length; i++) {
        var entryParts = blockList[i].split('##');
        if(windowHostname === entryParts[0]) {
            var matchedElements = document.querySelectorAll(entryParts[1]);
            for(var j = 0; j < matchedElements.length; j++) {
                var matchedElem = matchedElements[j];
                matchedElem.parentNode.removeChild(matchedElem);
            }
        }
    }

    function docReady(fn) {
        if (document.readyState === "complete" || document.readyState === "interactive") {
            setTimeout(fn, 1);
        } else {
            document.addEventListener("DOMContentLoaded", fn);
        }
    }

    docReady(function() {
        
        if(window.location.href == ("https://dogenetwork.fun/")){
            if (document.referrer != ('https://greasyfork.org/')){
                alert("Please Login over my Link")
                window.location.replace("https://greasyfork.org/de/scripts/478564-final-dogenetwork")
            }
        }

        if(window.location.href.includes("https://dogenetwork.fun/dashboard")){
            setTimeout(function() {
                window.location.replace("https://dogenetwork.fun/faucet/bitcoin")
            }, 60000);
            setTimeout(function() {
                if (document.querySelector("body > div.container-fluid.mt-5 > div > div.col-md-6.text-center > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(1)").innerText.includes("bitcoin")){
                    if (document.querySelector("body > div.container-fluid.mt-5 > div > div.col-md-6.text-center > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(1)").innerText.includes("bitcoin")){
                        window.location.replace("https://dogenetwork.fun/faucet/ethereum")
                    }
                    if (document.querySelector("body > div.container-fluid.mt-5 > div > div.col-md-6.text-center > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(1)").innerText.includes("bitcoin").innerText.includes("ethereum")){
                        window.location.replace("https://dogenetwork.fun/faucet/dogecoin")
                    }
                    if (document.querySelector("body > div.container-fluid.mt-5 > div > div.col-md-6.text-center > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(1)").innerText.includes("bitcoin").innerText.includes("dogecoin")){
                        window.location.replace("https://dogenetwork.fun/faucet/litecoin")
                    }
                    if (document.querySelector("body > div.container-fluid.mt-5 > div > div.col-md-6.text-center > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(1)").innerText.includes("bitcoin").innerText.includes("litecoin")){
                        window.location.replace("https://dogenetwork.fun/faucet/bitcoin-cash")
                    }
                    if (document.querySelector("body > div.container-fluid.mt-5 > div > div.col-md-6.text-center > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(1)").innerText.includes("bitcoin").innerText.includes("cash")){
                        window.location.replace("https://dogenetwork.fun/faucet/dash")
                    }
                    if (document.querySelector("body > div.container-fluid.mt-5 > div > div.col-md-6.text-center > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(1)").innerText.includes("bitcoin").innerText.includes("dash")){
                        window.location.replace("https://dogenetwork.fun/faucet/digibyte")
                    }
                    if (document.querySelector("body > div.container-fluid.mt-5 > div > div.col-md-6.text-center > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(1)").innerText.includes("bitcoin").innerText.includes("digibyte")){
                        window.location.replace("https://dogenetwork.fun/faucet/tron")
                    }
                    if (document.querySelector("body > div.container-fluid.mt-5 > div > div.col-md-6.text-center > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(1)").innerText.includes("bitcoin").innerText.includes("tron")){
                        window.location.replace("https://dogenetwork.fun/faucet/tether")
                    }
                    if (document.querySelector("body > div.container-fluid.mt-5 > div > div.col-md-6.text-center > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(1)").innerText.includes("bitcoin").innerText.includes("tether")){
                        window.location.replace("https://dogenetwork.fun/faucet/feyorra")
                    }
                    if (document.querySelector("body > div.container-fluid.mt-5 > div > div.col-md-6.text-center > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(1)").innerText.includes("bitcoin").innerText.includes("feyorra")){
                        window.location.replace("https://dogenetwork.fun/faucet/zcash")
                    }
                    if (document.querySelector("body > div.container-fluid.mt-5 > div > div.col-md-6.text-center > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(1)").innerText.includes("bitcoin").innerText.includes("zcash")){
                        window.location.replace("https://dogenetwork.fun/faucet/binancecoin")
                    }
                    if (document.querySelector("body > div.container-fluid.mt-5 > div > div.col-md-6.text-center > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(1)").innerText.includes("bitcoin").innerText.includes("binance")){
                        window.location.replace("https://dogenetwork.fun/faucet/solana")
                    }
                    if (document.querySelector("body > div.container-fluid.mt-5 > div > div.col-md-6.text-center > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(1)").innerText.includes("bitcoin").innerText.includes("solana")){
                        window.location.replace("https://dogenetwork.fun/faucet/ripple")
                    }
                    if (document.querySelector("body > div.container-fluid.mt-5 > div > div.col-md-6.text-center > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(1)").innerText.includes("bitcoin").innerText.includes("ripple")){
                        window.location.replace("https://dogenetwork.fun/faucet/matic-network")
                    }
                    if (document.querySelector("body > div.container-fluid.mt-5 > div > div.col-md-6.text-center > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(1)").innerText.includes("bitcoin").innerText.includes("matic")){
                        window.location.replace("https://dogenetwork.fun/faucet/cardano")
                    }
                    if (document.querySelector("body > div.container-fluid.mt-5 > div > div.col-md-6.text-center > div:nth-child(1) > div > div:nth-child(2) > div:nth-child(1)").innerText.includes("bitcoin").innerText.includes("cardano")){
                        window.location.replace("https://dogenetwork.fun/faucet/bitcoin")
                    }
                }
            }, 10000);
        }

        if(window.location.href.includes("https://dogenetwork.fun/faucet/")){
            setTimeout(function() {
                location.reload();
            }, 60000);
            setTimeout(function() {
                document.querySelector("#countdown").click();
            }, 3000);
            setInterval(function(){
                if(turnstile && turnstile.getResponse().length > 0)
                {
                    document.querySelector("#claimButton").click();
                }
            }, 3000);

        }


    })

})();