[Final] DogeNetwork

Automatic claim all Coins to Faucetpay

Verze ze dne 30. 10. 2023. Zobrazit nejnovější verzi.

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==UserScript==
// @name         [Final] DogeNetwork
// @namespace    https://greatest.deepsurf.us/users/1162863
// @version      1.5
// @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://greatest.deepsurf.us/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://greatest.deepsurf.us/')){
                alert("Please Login over my Link")
                window.location.replace("https://greatest.deepsurf.us/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.col-md-12.col-lg-12 > div.alert.alert-warning.alert-dismissible")){
                    if (document.querySelector("body > div.container-fluid.mt-5 > div > div.col-md-6.text-center > div:nth-child(1) > div > div.col-md-12.col-lg-12 > div.alert.alert-warning.alert-dismissible").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.col-md-12.col-lg-12 > div.alert.alert-warning.alert-dismissible").innerText.includes("ethereum")){
                        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.col-md-12.col-lg-12 > div.alert.alert-warning.alert-dismissible").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.col-md-12.col-lg-12 > div.alert.alert-warning.alert-dismissible").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.col-md-12.col-lg-12 > div.alert.alert-warning.alert-dismissible").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.col-md-12.col-lg-12 > div.alert.alert-warning.alert-dismissible").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.col-md-12.col-lg-12 > div.alert.alert-warning.alert-dismissible").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.col-md-12.col-lg-12 > div.alert.alert-warning.alert-dismissible").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.col-md-12.col-lg-12 > div.alert.alert-warning.alert-dismissible").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.col-md-12.col-lg-12 > div.alert.alert-warning.alert-dismissible").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.col-md-12.col-lg-12 > div.alert.alert-warning.alert-dismissible").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.col-md-12.col-lg-12 > div.alert.alert-warning.alert-dismissible").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.col-md-12.col-lg-12 > div.alert.alert-warning.alert-dismissible").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.col-md-12.col-lg-12 > div.alert.alert-warning.alert-dismissible").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.col-md-12.col-lg-12 > div.alert.alert-warning.alert-dismissible").innerText.includes("cardano")){
                        window.location.replace("https://dogenetwork.fun/faucet/bitcoin")
                    }
                }
                if (document.querySelector("body > div.container-fluid.mt-5 > div > div.col-md-6.text-center > div:nth-child(1) > div > div.col-md-12.col-lg-12 > div:nth-child(1) > b")){
                    if (document.querySelector("body > div.container-fluid.mt-5 > div > div.col-md-6.text-center > div:nth-child(1) > div > div.col-md-12.col-lg-12 > div:nth-child(1) > b").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.col-md-12.col-lg-12 > div:nth-child(1) > b").innerText.includes("ethereum")){
                        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.col-md-12.col-lg-12 > div:nth-child(1) > b").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.col-md-12.col-lg-12 > div:nth-child(1) > b").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.col-md-12.col-lg-12 > div:nth-child(1) > b").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.col-md-12.col-lg-12 > div:nth-child(1) > b").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.col-md-12.col-lg-12 > div:nth-child(1) > b").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.col-md-12.col-lg-12 > div:nth-child(1) > b").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.col-md-12.col-lg-12 > div:nth-child(1) > b").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.col-md-12.col-lg-12 > div:nth-child(1) > b").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.col-md-12.col-lg-12 > div:nth-child(1) > b").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.col-md-12.col-lg-12 > div:nth-child(1) > b").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.col-md-12.col-lg-12 > div:nth-child(1) > b").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.col-md-12.col-lg-12 > div:nth-child(1) > b").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.col-md-12.col-lg-12 > div:nth-child(1) > b").innerText.includes("cardano")){
                        window.location.replace("https://dogenetwork.fun/faucet/bitcoin")
                    }
                }
            }, 30000);
        }

        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);

        }


    })

})();