ms short cf short

bypas shortlink

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

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

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         ms short cf short
// @namespace    http://tampermonkey.net/
// @version      2024-06-17
// @description  bypas shortlink
// @author       gigih
// @match        https://blackwoodacademy.org/the-top-10-loan-mistakes-and-how-to-avoid-them/
// @match        https://*
// @match        https://*/*
// @license      MIT
// @icon         https://www.google.com/s2/favicons?sz=64&domain=blackwoodacademy.org
// @grant        none
// ==/UserScript==

    setInterval(function(){
        let msg3=document.querySelector("#swal2-title")
        let n=document.querySelector("#wpsafelinkhuman")
        let n3=document.querySelector("#wpsafe-generate > a > img")
        let next=document.querySelector("#wpsafelinkhuman > img")
        let mshost=document.querySelector("#scrolltocbt > div > div > h1")
        let f=document.querySelector("body > div.container > div > div > div > div > a")
        let btn3=document.querySelector("#image3")
        let msg =document.querySelector("#formButtomMessage")

    let btn =document.querySelector("#cbt")
    if (btn){
        btn.click();
     document.querySelector("#cbt").scrollIntoView({
     behavior: 'smooth'
});
    }
        if(msg3&&msg3.innerText.includes("Success!")){
          window.location.replace}
        if(n){
            n.click();}
        if (n3){
            n3.click()}
        if(mshost){
            mshost.click()}
        if(btn3){
            btn3.click()}
        let bt=document.querySelector("#aaoii2o")
    if (bt){
    bt.click();
    }
        if (f){
            f.click();}
        if(next){
            next.click();}
        if (msg&&msg.innerText.includes("waiting for click")){
            location.reload();}
    if (mshost&& mshost.innerText.includes("Click on the ad to continue")){
        location.reload()
    }
        },3000
   );
clearInterval();
setTimeout(function(){
    window.location.reload();},600000);