mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
disable broken auto-skip for tiktokcounter.net
This commit is contained in:
parent
7f903893d8
commit
f9dd0429dc
2 changed files with 5 additions and 2 deletions
|
@ -50,6 +50,9 @@ def modify_file_with_my_fixes(destination):
|
|||
content = content.replace("/adclicker\.*/", "/(adclicker.(io|info)|discoveryultrasecure.com)\/url\/\#/")
|
||||
content = content.replace("redirect(new URLSearchParams(adc).get('url'));} else {}});", "//redirect(new URLSearchParams(adc).get('url'));} else {}});")
|
||||
|
||||
content = content.replace("BypassedByBloggerPemula(/quesignifi.ca|tiktokcounter.net/", "/*BypassedByBloggerPemula(/quesignifi.ca|tiktokcounter.net/")
|
||||
content = content.replace("ClickIfExists('#cbt', 5, 'setInterval');}});", "ClickIfExists('#cbt', 5, 'setInterval');}});*/")
|
||||
|
||||
content += "\n"
|
||||
|
||||
with open(destination, 'w', encoding='utf-8') as file:
|
||||
|
|
|
@ -1404,9 +1404,9 @@
|
|||
if (Checkvisibility(bp('.tick.wgicon'))) {clearInterval(kkt); ReadytoClick('.bottom_btn');}}, 1 * 1000);});
|
||||
BypassedByBloggerPemula(/fexkomin.xyz/, function() {
|
||||
$("a[target='_blank']").removeAttr("target");ClickIfExists('.btn-captcha.btn-danger.btn', 3);});
|
||||
BypassedByBloggerPemula(/quesignifi.ca|tiktokcounter.net/, function() {
|
||||
/*BypassedByBloggerPemula(/quesignifi.ca|tiktokcounter.net/, function() {
|
||||
if (elementExists('.h-captcha')) {let ctrsh = setInterval(() => {if (Captchacheck()) {clearInterval(ctrsh);
|
||||
ClickIfExists('#cbt');}}, 1 * 1000);} else {ClickIfExists('#cbt', 5, 'setInterval');}});
|
||||
ClickIfExists('#cbt');}}, 1 * 1000);} else {ClickIfExists('#cbt', 5, 'setInterval');}});*/
|
||||
BypassedByBloggerPemula(/100puan.com/, function() {
|
||||
ClickIfExists('.big-text', 3);waitForElm('div.bb-sticky-el a', pbz => redirect(pbz.href, false));});
|
||||
BypassedByBloggerPemula(/sub2get.com/, function() {
|
||||
|
|
Loading…
Reference in a new issue