ms short cf short

bypas shortlink

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

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