mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-31 06:57:29 +05:00
delete dutchycorp faucet
This commit is contained in:
parent
f04890516a
commit
ac87cc2fe0
3 changed files with 1 additions and 4 deletions
|
@ -68,7 +68,7 @@ def modify_script(input_path, output_path):
|
|||
content = content.replace(todelete6, '\n')
|
||||
content = content.replace(todelete7, '\n')
|
||||
|
||||
crypto_reward_sites = ['faucet', 'mdn.101', 'awgrow.com', 'worldtanr.xyz', 'fadedfeet.com', 'kenzo-flowertag.com', 'homeculina.com', 'lawyex.co', 'yexolo.net', 'ineedskin.com', 'tunebug.com', 'rsinsuranceinfo.com', 'rssoftwareinfo.com', 'rsfinanceinfo.com', 'rseducationinfo.com', 'rsadnetworkinfo.com', 'rshostinginfo.com', 'bitcosite.com', 'vegan4k.com', 'healthyfollicles.com', 'crewbase.net', 'shinchu.net', 'chefknives.expert', 'gametechreviewer.com', 'batmanfactor.com', 'allcryptoz.net', 'vrtier.com', 'gearsadviser.com', 'misterio.ro', 'phineypet.com', 'edonmanor.com', 'shinchu.net']
|
||||
crypto_reward_sites = ['faucet', 'dutchycorp', 'mdn.101', 'awgrow.com', 'worldtanr.xyz', 'fadedfeet.com', 'kenzo-flowertag.com', 'homeculina.com', 'lawyex.co', 'yexolo.net', 'ineedskin.com', 'tunebug.com', 'rsinsuranceinfo.com', 'rssoftwareinfo.com', 'rsfinanceinfo.com', 'rseducationinfo.com', 'rsadnetworkinfo.com', 'rshostinginfo.com', 'bitcosite.com', 'vegan4k.com', 'healthyfollicles.com', 'crewbase.net', 'shinchu.net', 'chefknives.expert', 'gametechreviewer.com', 'batmanfactor.com', 'allcryptoz.net', 'vrtier.com', 'gearsadviser.com', 'misterio.ro', 'phineypet.com', 'edonmanor.com', 'shinchu.net']
|
||||
|
||||
content = remove_lines_with_strings_without_exclude(content, crypto_reward_sites)
|
||||
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
// @include /^(https?:\/\/)(.+)?(go.link4rev.site|go.urlcash.site)(\/.*)/
|
||||
// @include /^(https?:\/\/)(.+)?(techyinfo.in|techyblogs.in)(\/.*)/
|
||||
// @match *://*.olhonagrana.com/*
|
||||
// @match *://*.dutchycorp.space/*
|
||||
// @include /^(https?:\/\/)(.+)?(link.birdurls.com|link.owllink.net|link.illink.net)(\/.*)/
|
||||
// @include /^(https?:\/\/)(.+)?((teachsansar|technicalatg|foodxor|cdrab).com|ecq.info|datacheap.io)(\/.*)/
|
||||
// @match *://*.ouo.io/*
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
// @include /^(https?:\/\/)(.+)?(go.link4rev.site|go.urlcash.site)(\/.*)/
|
||||
// @include /^(https?:\/\/)(.+)?(techyinfo.in|techyblogs.in)(\/.*)/
|
||||
// @match *://*.olhonagrana.com/*
|
||||
// @match *://*.dutchycorp.space/*
|
||||
// @include /^(https?:\/\/)(.+)?(link.birdurls.com|link.owllink.net|link.illink.net)(\/.*)/
|
||||
// @include /^(https?:\/\/)(.+)?((teachsansar|technicalatg|foodxor|cdrab).com|ecq.info|datacheap.io)(\/.*)/
|
||||
// @match *://*.ouo.io/*
|
||||
|
@ -890,7 +889,6 @@
|
|||
BypassedByBloggerPemula(/go.link4rev.site|go.urlcash.site/, function() {location = location.href.replace('go.', '');});
|
||||
BypassedByBloggerPemula(/techyinfo.in|techyblogs.in/, {'/verify/': [RexBp, 'http://loans.techyinfo.in/?go='],}, false);
|
||||
BypassedByBloggerPemula(/olhonagrana.com/, {'/verify/': [RexBp, 'http://paylinnk.com/'],'/': [RexBp, 'https://syflink.com/']}, false);
|
||||
BypassedByBloggerPemula(/dutchycorp.space/, function() {if (BpParams.has('code')) {location = BpParams.getAll('code') + '?verif=0';}});
|
||||
BypassedByBloggerPemula(/link.birdurls.com|link.owllink.net|link.illink.net/, function() {location = location.href.replace('link.', '');});
|
||||
BypassedByBloggerPemula(/vk.com/, function() {if (BpParams.has('to') && location.href.includes('/away.php')) {location = decodeURIComponent(BpParams.get('to'));} else {}});
|
||||
BypassedByBloggerPemula(/(teachsansar|technicalatg|foodxor|cdrab).com|ecq.info|datacheap.io/, () => waitForElm("#wpsafegenerate > #wpsafe-link > a[href]", safe => redirect(safe.href,false)));
|
||||
|
|
Loading…
Reference in a new issue