Bypass All Shortlinks

Bypass All Shortlinks Sites Automatically skips annoying link shorteners

目前為 2021-09-01 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Bypass All Shortlinks
// @namespace    Violentmonkey Scripts
// @version      2.3
// @description  Bypass All Shortlinks Sites Automatically skips annoying link shorteners
// @author       Bloggerpemula
// @match      *://*/recaptcha/api2/*
// @match      *://tech.dutchycorp.space/*
// @match      *://anime.dutchycorp.space/*
// @match      *://movies.dutchycorp.space/*
// @match      *://dutchycorp.space/s*/*
// @match      *://dutchycorp.ovh/s*/*
// @match      *://urle.co/*
// @match      *://tmearn.com/*
// @match      *://u2s.io/*
// @match      *://adshorte.com/*
// @match      *://coshurl.co/*
// @match      *://linkfly.gaosmedia.com/*
// @match      *://makemoneywithurl.com/*
// @match      *://*.insuranceblog.xyz/*
// @match      *://coinsparty.mcrypto.club/*
// @match      *://coshurl.co/*
// @match      *://elde.me/*
// @match      *://shrinke.me/*
// @match      *://clik.pw/*
// @match      *://ccsl.xyz/*
// @match      *://xz2.xyz/*
// @match      *://100count.net/*
// @match      *://fire-link.net/*
// @match      *://go.fire-link.net/*
// @match      *://bigb0ss.net/*
// @match      *://short.toptap.website/*
// @match      *://mcmcryptos.xyz/short/*
// @match      *://zipfile.co/*
// @match      *://mitly.us/*
// @match      *://cashurl.in/*
// @match      *://linkad.in/*
// @match      *://linksly.co/*
// @match      *://bitcoinly.in/*
// @match      *://bitlinks.pw/*
// @match      *://owllink.net/*
// @match      *://mozlink.net/*
// @match      *://go.mozlink.net/*
// @match      *://neonlink.net/*
// @match      *://aii.sh/*
// @match      *://blog.earn4fun.in/*
// @match      *://iir.ai/*
// @match      *://*.5golink.com/*
// @match      *://yousm.link/*
// @match      *://forex-trnd.com/*
// @match      *://hoshilink.com/*
// @match      *://birdurls.com/*
// @match      *://bit-url.com/*
// @match      *://cuts-url.com/*
// @match      *://coinlyhub.com/*
// @match      *://popimed.com/*
// @match      *://phoenixshorts.com/*
// @match      *://short.clickscoin.com/*
// @match      *://url.namaidani.com/*
// @match      *://urlfiles.com/*
// @match      *://shrinkpay.xyz/*
// @match      *://bitcomarket.net/*
// @match      *://cblink.crazyblog.in/*
// @match      *://sl.claimfreebits.com/*
// @match      *://shortenbuddy.com/*
// @match      *://go.zolomix.in/*
// @match      *://wplink.online/*
// @match      *://arbweb.info/sl/*
// @match      *://sl.proinfinity.fun/*
// @match      *://kiemlua.com/*
// @match      *://rodjulian.com/*
// @match      *://cryptofuns.ru/*
// @match      *://cashearn.cc/*
// @match      *://o.ovlinks.com/*
// @match      *://adfloz.co/*
// @match      *://shortlink.prz.pw/*
// @match      *://makeeasybtc.website/*
// @match      *://express-cut.ovh/*
// @match      *://uebnews.online/*
// @match      *://gobits.me/*
// @match      *://dogecoin.click/*
// @match      *://claimcrypto.cc/*
// @match      *://paid4.link/*
// @match      *://illink.net/*
// @match      *://kekolink.com/*
// @match      *://linkres.in/*
// @match      *://smoner.com/*
// @match      *://linkfly.io/*
// @match      *://coinadfly.com/*
// @match      *://coinshub.icu/*
// @match      *://mycut.my.id/*
// @match      *://zagl.info/*
// @match      *://shornet.com/*
// @match      *://jameeltips.us/*
// @match      *://genpassword.top/*
// @match      *://bitshort.co/*
// @match      *://gtlink.co/*
// @match      *://earnload.co/*
// @match      *://adfloz.co/*
// @match      *://*.snkra.com/*
// @match      *://clixshort.com/*
// @match      *://earnflies.com/*
// @match      *://*.fullreviews.org/*
// @match      *://c2g.at/*
// @match      *://urlty.com/*
// @match      *://adsgo.xyz/*
// @match      *://vshort.link/*
// @match      *://shrlink.top/*
// @match      *://sakastau.com/*
// @match      *://adsmoker.com/*
// @match      *://gainprofit.xyz/*
// @match      *://claimclicks.com/*
// @match      *://doctor-groups.com/*
// @match      *://url.acefaucet.com/*
// @match      *://earnwithshortlink.com/*
// @match      *://shrinkpay.crazyblog.in/*
// @match      *://m.imagenesderopaparaperros.com/*
// @grant        none
// @run-at       document-end
// ==/UserScript==

var ticker = setInterval(function(){
    try{
        grecaptcha.execute();
        clearInterval(ticker);
    } catch(e) {}
},500); 

setInterval(myTimer, 3000);
function myTimer() {
  const d = new Date();
  document.getElementsByClassName('btn btn-success btn-lg get-link')[0].click();
} 

(function() {
    'use strict'; 

   if (document.getElementById("link-view") !== null) {
    var a = function() { 
   if (grecaptcha.getResponse(0) !== "")   {                           
            document.getElementById("link-view").submit();
            clearInterval(b);
        }
    };
    var b = setInterval(a, 1000);
}  

})();

(function() {
    'use strict';
setTimeout(function() { document.querySelector('.skip-ad').click(); }, 5000);  
setTimeout(function() { document.querySelector('input.g-recaptcha.btn.btn-primary').click(); }, 3000);  
setTimeout(function() { document.querySelector('#cl1 > center:nth-child(1) > a:nth-child(1)').click(); }, 3000);
setTimeout(function() { document.getElementsByClassName("recaptcha-checkbox-checkmark")[0].click(); }, 1000);
setTimeout(function() { document.querySelector('button#getlink.btn.m-2.btn-success.disabled').click(); }, 3000); 
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址