Παράκαμψη Ολα Σύντομοι σύνδεσμοι

Παράκαμψη όλων των ιστότοπων με σύντομες συνδέσεις, παρακάμπτει αυτόματα ενοχλητικούς συντομευτές συνδέσμων, πηγαίνει απευθείας στον προορισμό σας, παρακάμπτει το AdFly, παρακάμπτει ενοχλητικές διαφημίσεις, αποκλείει την ανίχνευση αποκλεισμού διαφημίσεων, αποκλείει ενοχλητικά αναδυόμενα παράθυρα και μηνύματα, κάνει αυτόματη λήψη αρχείων και βίντεο Youtube και πολλά άλλα

< Σχολιασμός για τον κώδικα Παράκαμψη Ολα Σύντομοι σύνδεσμοι

Αναφορά: Καλός - ο κώδικας λειτουργεί

§
Δημοσιεύτηκε: 05/03/2022

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

§
Δημοσιεύτηκε: 06/03/2022

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

bloggerpemulaΔημιουργός
§
Δημοσιεύτηκε: 06/03/2022

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

§
Δημοσιεύτηκε: 06/03/2022

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);
})();

bloggerpemulaΔημιουργός
§
Δημοσιεύτηκε: 07/03/2022

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

§
Δημοσιεύτηκε: 09/03/2022

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/*

bloggerpemulaΔημιουργός
§
Δημοσιεύτηκε: 10/03/2022

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

§
Δημοσιεύτηκε: 10/03/2022

I've tried it sir and it works
Thank You

§
Δημοσιεύτηκε: 10/03/2022

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

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.