Bypass All Shortlinks

Bypass All Shortlinks Sites Automatically Skips Annoying Link Shorteners , Skip AdFly and No Annoying Ads, Directly to Your Destination, and now Support Auto Downloading Your Files

< Feedback on Bypass All Shortlinks

Review: Good - script works

§
Posted: 2022-03-05

thanks for you scripts sir , but after updating this script a bypass error often occurs, is there a solution?

§
Posted: 2022-03-06

AdSurfing.me error link type
if kill your script then the link can be accessed without error

§
Posted: 2022-03-06

Thanks for reporting this shortlink , Fixed in latest version 17.3 Please update.

§
Posted: 2022-03-06

thanks sir for updating and now i can baypass again

I thought you didn't have time to update, so I just made it simple
code hahaha

// ==UserScript==
// @name BAYPASS adinsurance.xyz
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://adinsurance.xyz/*
// @match https://adinsurance.xyz*
// @match https://blog.adinsurance.xyz/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=adinsurance.xyz
// @grant none
// ==/UserScript==

(function() {
'use strict';


setInterval(function() {
var clicked = false;
if ((window.grecaptcha.getResponse().length > 0) && (clicked == false)) {
(document.querySelector("#yuidea-btn-before") &&(document.querySelector("#yuidea-btn-after"))).click();
clicked = true;
}
}, 1000);
setInterval(function() {
if (document.querySelector("#yuidea-snp")) {
document.querySelector("#btn6").click();
}
}, 1000);
setInterval(function() {
var clicked = false;
if ((window.grecaptcha.getResponse().length > 0) && (clicked == false)) {
document.querySelector("#invisibleCaptchaShortlink").click();
clicked = true;
}
}, 1000);
setInterval(function() {
if (document.querySelector("body > section > div > div > div > div > div:nth-child(17)")) {
document.querySelector("body > section > div > div > div > div > div:nth-child(17) > a").click();
}
}, 8000);
})();

§
Posted: 2022-03-07

your code look good but the match make tamper extension confusing to read , just enough one match like this
// @match *://*.adinsurance.xyz/*

§
Posted: 2022-03-09

thank you sir for the solution

Can such code also be used on faucet login?

example
https://bithubwin.com
https://bithubwin.com/login
https://bithubwin.com/claimfaucet

can these three things be applied to
// @match *://*.bithubwin.com/*

§
Posted: 2022-03-10

im only focus on shortlonks site , need to create another script for login like that , and i don't have time to do.

§
Posted: 2022-03-10

I've tried it sir and it works
Thank You

§
Posted: 2022-03-10

sir update 18.0
new error site https://adcorto.xyz/

Post reply

Sign in to post a reply.