mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 16:33:02 +05:00
fix to last commit
note: bypass.city works better when the output url is already in their database
This commit is contained in:
parent
65c50aba9c
commit
12c4667d74
4 changed files with 6 additions and 2 deletions
|
@ -683,6 +683,7 @@
|
|||
// @include /thegadgetking.in/
|
||||
// @include /(linkvertise.com|linkvertise.net|link-to.net).*\?r=/
|
||||
// @include /^(https?:\/\/)(linkvertise.com|linkvertise.net|link-to.net)(?!.*\?r=)/
|
||||
// @include /(?!(bypass.city|adbypass.org))(free-content.pro|(ebaticalfel|downbadleaks|megadropsz|megadumpz|stownrusis|iedprivatedqu).com)\/s\?/
|
||||
// @include /epicload.com\/files/
|
||||
// @include /www.gtaall.com\/get-manual/
|
||||
// @include /woowebtools.com|pallabmobile.in/
|
||||
|
|
|
@ -683,6 +683,7 @@
|
|||
// @include /thegadgetking.in/
|
||||
// @include /(linkvertise.com|linkvertise.net|link-to.net).*\?r=/
|
||||
// @include /^(https?:\/\/)(linkvertise.com|linkvertise.net|link-to.net)(?!.*\?r=)/
|
||||
// @include /(?!(bypass.city|adbypass.org))(free-content.pro|(ebaticalfel|downbadleaks|megadropsz|megadumpz|stownrusis|iedprivatedqu).com)\/s\?/
|
||||
// @include /epicload.com\/files/
|
||||
// @include /www.gtaall.com\/get-manual/
|
||||
// @include /woowebtools.com|pallabmobile.in/
|
||||
|
@ -1969,7 +1970,7 @@
|
|||
/^(https?:\/\/)(linkvertise.com|linkvertise.net|link-to.net)(?!.*\?r=)/.test(url) ? redirect('https://adbypass.org/bypass?bypass=' + encodeURIComponent(url)) : null;
|
||||
|
||||
// Ad-maven
|
||||
// /(free-content.pro|((ebaticalfel|downbadleaks|megadropsz|megadumpz|stownrusis|iedprivatedqu).com))\/s\?/.test(url) ? redirect('https://adbypass.org/bypass?bypass=' + encodeURIComponent(url)) : null;
|
||||
// /(free-content.pro|(ebaticalfel|downbadleaks|megadropsz|megadumpz|stownrusis|iedprivatedqu).com)\/s\?/.test(url) && !/(bypass.city|adbypass.org)/.test(url) ? redirect('https://adbypass.org/bypass?bypass=' + encodeURIComponent(url)) : null;
|
||||
|
||||
// Epicload (seen used in t.me/joinchat/3cfq_APl8Hs4N2Ux)
|
||||
/epicload.com\/files/.test(url) ? afterDOMLoaded(function() {redirectIfExists('.btn-primary')}) : null;
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
// @include /thegadgetking.in/
|
||||
// @include /(linkvertise.com|linkvertise.net|link-to.net).*\?r=/
|
||||
// @include /^(https?:\/\/)(linkvertise.com|linkvertise.net|link-to.net)(?!.*\?r=)/
|
||||
// @include /(?!(bypass.city|adbypass.org))(free-content.pro|(ebaticalfel|downbadleaks|megadropsz|megadumpz|stownrusis|iedprivatedqu).com)\/s\?/
|
||||
// @include /epicload.com\/files/
|
||||
// @include /www.gtaall.com\/get-manual/
|
||||
// @include /woowebtools.com|pallabmobile.in/
|
||||
|
@ -242,7 +243,7 @@
|
|||
/^(https?:\/\/)(linkvertise.com|linkvertise.net|link-to.net)(?!.*\?r=)/.test(url) ? redirect('https://adbypass.org/bypass?bypass=' + encodeURIComponent(url)) : null;
|
||||
|
||||
// Ad-maven
|
||||
// /(free-content.pro|((ebaticalfel|downbadleaks|megadropsz|megadumpz|stownrusis|iedprivatedqu).com))\/s\?/.test(url) ? redirect('https://adbypass.org/bypass?bypass=' + encodeURIComponent(url)) : null;
|
||||
// /(free-content.pro|(ebaticalfel|downbadleaks|megadropsz|megadumpz|stownrusis|iedprivatedqu).com)\/s\?/.test(url) && !/(bypass.city|adbypass.org)/.test(url) ? redirect('https://adbypass.org/bypass?bypass=' + encodeURIComponent(url)) : null;
|
||||
|
||||
// Epicload (seen used in t.me/joinchat/3cfq_APl8Hs4N2Ux)
|
||||
/epicload.com\/files/.test(url) ? afterDOMLoaded(function() {redirectIfExists('.btn-primary')}) : null;
|
||||
|
|
|
@ -665,6 +665,7 @@ r1.foxylinks.site
|
|||
/thegadgetking.in/
|
||||
/(linkvertise.com|linkvertise.net|link-to.net).*\?r=/
|
||||
/^(https?:\/\/)(linkvertise.com|linkvertise.net|link-to.net)(?!.*\?r=)/
|
||||
/(?!(bypass.city|adbypass.org))(free-content.pro|(ebaticalfel|downbadleaks|megadropsz|megadumpz|stownrusis|iedprivatedqu).com)\/s\?/
|
||||
/epicload.com\/files/
|
||||
/www.gtaall.com\/get-manual/
|
||||
/woowebtools.com|pallabmobile.in/
|
||||
|
|
Loading…
Reference in a new issue