mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-31 06:57:29 +05:00
disable loot-links while I fix it
This commit is contained in:
parent
6ab4b207af
commit
cb5902d951
3 changed files with 2 additions and 5 deletions
|
@ -293,7 +293,6 @@
|
|||
// @match *://*.bloginkz.com/*
|
||||
// @match *://*.bastinews.xyz/*
|
||||
// @match *://*.autodime.com/*
|
||||
// @include /^(https?:\/\/)(.+)?(lootlinks.co|(loot-links|links-loot|loot-link).com|(lootdest|lootlink).org|lootdest.info|linksloot.net)(\/.*)/
|
||||
// @match *://*.amritadrino.com/*
|
||||
// @include /^(https?:\/\/)(.+)?(hunterkiller.me|surflink.tech)(\/.*)/
|
||||
// @match *://*.coinhub.wiki/*
|
||||
|
|
|
@ -293,7 +293,6 @@
|
|||
// @match *://*.bloginkz.com/*
|
||||
// @match *://*.bastinews.xyz/*
|
||||
// @match *://*.autodime.com/*
|
||||
// @include /^(https?:\/\/)(.+)?(lootlinks.co|(loot-links|links-loot|loot-link).com|(lootdest|lootlink).org|lootdest.info|linksloot.net)(\/.*)/
|
||||
// @match *://*.amritadrino.com/*
|
||||
// @include /^(https?:\/\/)(.+)?(hunterkiller.me|surflink.tech)(\/.*)/
|
||||
// @match *://*.coinhub.wiki/*
|
||||
|
@ -1515,8 +1514,8 @@
|
|||
BypassedByBloggerPemula(/autodime.com/, function() {
|
||||
let atd = setInterval(function() {if (Captchacheck()) {clearInterval(atd);ClickIfExists('#button1');}}, 500);
|
||||
waitForElm('a.btn-hover.color-1.btn-captcha', odim => redirect(odim.href, false));});
|
||||
BypassedByBloggerPemula(/lootlinks.co|(loot-links|links-loot|loot-link).com|(lootdest|lootlink).org|lootdest.info|linksloot.net/, function() {
|
||||
let lln = bp('body > script');let lls = strBetween(lln.text, `= '`, `,'`).split("'").slice(50, -5);setTimeout(() => {redirect(Decrypter2(lls), false);}, 2 * 1000);});
|
||||
//BypassedByBloggerPemula(/lootlinks.co|(loot-links|links-loot|loot-link).com|(lootdest|lootlink).org|lootdest.info|linksloot.net/, function() {
|
||||
//let lln = bp('body > script');let lls = strBetween(lln.text, `= '`, `,'`).split("'").slice(50, -5);setTimeout(() => {redirect(Decrypter2(lls), false);}, 2 * 1000);});
|
||||
BypassedByBloggerPemula(/amritadrino.com/, function() {
|
||||
if (elementExists('.g-recaptcha')) {waitForElm('body > b:nth-child(10) > center:nth-child(4) > a:nth-child(64)', amd => redirect(amd.href, false));} else {waitForElm('#tp-snp2', amBtn => amBtn.click());}});
|
||||
BypassedByBloggerPemula(/youtube.com/, function() {if (elementExists('#redirect-main-text')) {waitForElm('a#invalid-token-redirect-goto-site-button', yt => redirect(yt.href, false));} else {}});
|
||||
|
|
|
@ -278,7 +278,6 @@ teknosimple.com|besargaji.com
|
|||
bloginkz.com
|
||||
bastinews.xyz
|
||||
autodime.com
|
||||
lootlinks.co|(loot-links|links-loot|loot-link).com|(lootdest|lootlink).org|lootdest.info|linksloot.net
|
||||
amritadrino.com
|
||||
hunterkiller.me|surflink.tech
|
||||
coinhub.wiki
|
||||
|
|
Loading…
Reference in a new issue