Bypass Tüm Kısa Linkler

Tüm Kısa Bağlantı Sitelerini Otomatik Olarak Atla Rahatsız Edici Bağlantı Kısaltıcılarını Atla, Doğrudan Hedefine Git, AdFly'ı Atla, Rahatsız Edici Reklamları Atla, Reklam Engelleme Algılamasını Engelle, Rahatsız Edici Açılır Pencereleri ve İstemleri Engelle, Dosyaları ve Youtube Videolarını Otomatik Olarak İndir ve Daha Fazlası

< Feedback on Bypass Tüm Kısa Linkler

Değerlendirme: İyi - script çalışıyor

§
Gönderildi: 26.03.2022

Hi my friend thanks and congrats for this very useful script!! On the page below I have this situation!!! What code(script) can I use to auto-submit 'verify'button only after Hcaptcha solved?

§
Gönderildi: 26.03.2022

Hi my friend thanks and congrats for this very useful script!! On the page below I have this situation!!! What code(script) can I use to auto-submit 'verify'button only after Hcaptcha solved?

§
Gönderildi: 26.03.2022

give me the link , i will check it

§
Gönderildi: 31.03.2022

btw I read your comment,

You can bypass it with the hcaptcha method bro

§
Gönderildi: 31.03.2022

try this
I have made scripts for it
thanks.


// ==UserScript==
// @name ⚡⭐PTC SHIBA LIMITED⚡⭐
// @namespace ptc for site free shiba limited
// @version 0.1
// @description this script auto login and auto ptc
// @author DiamondsZone
// @match *://*.free.shiba.limited/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=shiba.limited
// @grant none
// ==/UserScript==

(function() {
'use strict';
var clicked = false;
var mail = "YOUR EMAIL HERE" //EXAMPLE [email protected]
var pas = "YOUR PASSWORD HERE"

if (document.querySelector("body > div.account-pages.my-5.pt-sm-5 > div > div > div > div.card.overflow-hidden > div.card-body.pt-0 > div.p-2 > form > div:nth-child(2)")&&
(document.querySelector("body > div.account-pages.my-5.pt-sm-5 > div > div > div > div.card.overflow-hidden > div.card-body.pt-0 > div.p-2 > form > div:nth-child(3)"))) {
document.querySelector("#email").value = mail;
document.querySelector("#password").value = pas;
};
setInterval(function() {
if ((!clicked && document.querySelector(".h-captcha > iframe") && document.querySelector(".h-captcha > iframe").getAttribute("data-hcaptcha-response").length > 0) && (clicked == false)) {
document.getElementsByClassName("btn btn-primary btn-block waves-effect waves-light")[0].click();
clicked = true;
}}, 3000);

var ptc = setInterval(function() {
if (document.querySelector("#layout-wrapper > div.main-content > div > div > div.layout-px-spacing > div > div:nth-child(5)")) {
document.querySelector("#layout-wrapper > div.main-content > div > div > div.layout-px-spacing > div > div:nth-child(5) > div > div > button").click();
clicked = true;
clearInterval(ptc);
}}, 5000);

setInterval(function() {
if ((!clicked && document.querySelector(".h-captcha > iframe") && document.querySelector(".h-captcha > iframe").getAttribute("data-hcaptcha-response").length > 0) && (clicked == false)) {
(document.getElementById("verify") && document.getElementsByClassName("btn btn-success btn-block"))[0].click();
clicked = true;
}},5000);



})();

§
Gönderildi: 04.04.2022
Düzenlendi: 04.04.2022

Nice bro!!it works for the site thanks!!
I have two small problems, not from the script!
1)When the script is executed, it opens the ad that I m seeing in a new tab!! Tab 2! What to add to the script to close tab 2?
2)In the image attached below, this message appears often and stops the script from executing! What to add to the script to close this?
Thanks in advance bro!!

Cevap paylaş

Yanıt göndermek için oturum açın.

长期地址
遇到问题?请前往 GitHub 提 Issues。