Automatic claim all Coins to Faucetpay
当前为
// ==UserScript==
// @name [Final] DogeNetwork
// @namespace https://greasyfork.org/users/1162863
// @version 1.9.2
// @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: 5$/Month
For full automation you need theese scripts: https://greasyfork.org/de/scripts?set=588971
The AD-Block 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##.flexAd"
];
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")){
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.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:nth-child(2) > div.alert.alert-warning.alert-dismissible").innerText.includes("rate-limited")){
window.location.replace(document.referrer)
}
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.alert.alert-warning.alert-dismissible").innerText.includes("wait")){
setTimeout(function() {
window.location.replace(document.referrer)
}, 60000);
}
}
setTimeout(function() {
window.location.replace("https://dogenetwork.fun/faucet/bitcoin")
}, 20000);
setTimeout(function() {
if (document.referrer.includes("faucet-doge")){
window.location.replace("https://dogenetwork.fun/faucet/bitcoin")
}
if (document.referrer.includes("bitcoin")){
window.location.replace("https://dogenetwork.fun/faucet/ethereum")
}
if (document.referrer.includes("ethereum")){
window.location.replace("https://dogenetwork.fun/faucet/litecoin")
}
if (document.referrer.includes("litecoin")){
window.location.replace("https://dogenetwork.fun/faucet/bitcoin-cash")
}
if (document.referrer.includes("cash")){
window.location.replace("https://dogenetwork.fun/faucet/dash")
}
if (document.referrer.includes("dash")){
window.location.replace("https://dogenetwork.fun/faucet/digibyte")
}
if (document.referrer.includes("digibyte")){
window.location.replace("https://dogenetwork.fun/faucet/tron")
}
if (document.referrer.includes("tron")){
window.location.replace("https://dogenetwork.fun/faucet/tether")
}
if (document.referrer.includes("tether")){
window.location.replace("https://dogenetwork.fun/faucet/feyorra")
}
if (document.referrer.includes("feyorra")){
window.location.replace("https://dogenetwork.fun/faucet/zcash")
}
if (document.referrer.includes("zcash")){
window.location.replace("https://dogenetwork.fun/faucet/binancecoin")
}
if (document.referrer.includes("binance")){
window.location.replace("https://dogenetwork.fun/faucet/solana")
}
if (document.referrer.includes("solana")){
window.location.replace("https://dogenetwork.fun/faucet/ripple")
}
if (document.referrer.includes("ripple")){
window.location.replace("https://dogenetwork.fun/faucet/matic-network")
}
if (document.referrer.includes("matic")){
window.location.replace("https://dogenetwork.fun/faucet/cardano")
}
if (document.referrer.includes("cardano")){
window.location.replace("https://dogenetwork.fun/faucet/bitcoin")
}
}, 5000);
}
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);
}
if(window.location.href.includes("https://dogenetwork.fun/faucet-doge")){
setTimeout(function() {
location.reload();
}, 120000);
if (document.querySelector("#protect")){
setInterval(function(){
if(turnstile && turnstile.getResponse().length > 0)
{
if (hcaptcha && hcaptcha.getResponse().length > 0)
{
document.querySelector("#protect").click();
}
else
{
console.log("Wait for HCaptcha");
}
}
else
{
console.log("Wait for Turnstile");
}
}, 3000);
}
if (document.querySelector("body > div.container-fluid.mt-5 > div > div.col-md-6.text-center > div:nth-child(1) > div > div:nth-child(4) > div > table > tbody > tr:nth-child(3) > td > button")){
setTimeout(function() {
document.querySelector("body > div.container-fluid.mt-5 > div > div.col-md-6.text-center > div:nth-child(1) > div > div:nth-child(4) > div > table > tbody > tr:nth-child(3) > td > button").click();
}, 3000);
setInterval(function(){
if(turnstile && turnstile.getResponse().length > 0)
{
document.querySelector("#claimButton").click();
}
}, 3000);
}
}
})
})();