[Final] DogeNetwork

Automatic claim all Coins to Faucetpay

2023-10-30 기준 버전입니다. 최신 버전을 확인하세요.

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램을 설치해야 합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

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

        }


    })

})();