BabyDoge Bot

auto iframe ads

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

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

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

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

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

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.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

// ==UserScript==
// @name         BabyDoge Bot
// @namespace    kiddyearner.com
// @version      2024-05-19
// @description  auto iframe ads
// @author       Script Bot Dev
// @match        https://kiddyearner.com/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=kiddyearner.com
// @grant        none
// ==/UserScript==


//remove ads
if(document.querySelector(".buttonad")){
    document.querySelector(".buttonad").remove();
}
if(document.querySelector(".btnad_btn_c")){
    document.querySelector(".btnad_btn_c").remove();
}
if(document.querySelector(".btn_ad_content")){
    document.querySelector(".btn_ad_content").remove();
}
if(document.querySelector(".buttonade")){
    document.querySelector(".buttonade").remove();
}
if(document.querySelector("#HBai_10_Leaderboard_2")){
    document.querySelector("#HBai_10_Leaderboard_2").remove();
}
if(document.querySelector("#wcfloatDiv4")){
    document.querySelector("#wcfloatDiv4").remove();
}
if(document.querySelector("#HBai_3_Anchor_Top")){
    document.querySelector("#HBai_3_Anchor_Top").remove();
}
if(document.querySelector("#HBai_2_Anchor_Bottom")){
    document.querySelector("#HBai_2_Anchor_Bottom").remove();
}
///
if(document.location.href.includes("https://kiddyearner.com/ptc/view/")){
var BOT = setInterval(function(){
    var recaptcha = document.querySelector("#g-recaptcha-response").value;
               if((recaptcha) && recaptcha > ""){
                document.querySelector("#ptcCaptcha > div > div > div.modal-body > form").submit();
                   clearInterval(BOT);
            }
},500);
//setTimeout(function(){ $('#ptcCaptcha').modal('show'); },500);

}

if(document.location.href.includes("https://kiddyearner.com/ptc")){
    if(document.querySelectorAll("button.claim-btn")){
document.querySelectorAll("button.claim-btn")[0].click();
    }
}