fix to last commit

note: bypass.city works better when the output url is already in their database
This commit is contained in:
Amm0ni4 2024-02-26 14:22:05 +01:00
parent 65c50aba9c
commit 12c4667d74
4 changed files with 6 additions and 2 deletions

View file

@ -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/

View file

@ -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;

View file

@ -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;

View file

@ -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/