mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-31 06:57:29 +05:00
add commented-out option to bypass ad-maven with bypass.city
Not really switching now because at the moment, adbypass.eu seems to work faster and more reliably for these links.
This commit is contained in:
parent
2e53a317f1
commit
65c50aba9c
2 changed files with 6 additions and 0 deletions
|
@ -1968,6 +1968,9 @@
|
|||
/(linkvertise.com|linkvertise.net|link-to.net).*\?r=/.test(url) ? redirect(atob((new URLSearchParams(window.location.search)).get('r'))) : null;
|
||||
/^(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;
|
||||
|
||||
// Epicload (seen used in t.me/joinchat/3cfq_APl8Hs4N2Ux)
|
||||
/epicload.com\/files/.test(url) ? afterDOMLoaded(function() {redirectIfExists('.btn-primary')}) : null;
|
||||
/epicload.com\/files/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('.btn-getlink')}) : null;
|
||||
|
|
|
@ -241,6 +241,9 @@
|
|||
/(linkvertise.com|linkvertise.net|link-to.net).*\?r=/.test(url) ? redirect(atob((new URLSearchParams(window.location.search)).get('r'))) : null;
|
||||
/^(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;
|
||||
|
||||
// Epicload (seen used in t.me/joinchat/3cfq_APl8Hs4N2Ux)
|
||||
/epicload.com\/files/.test(url) ? afterDOMLoaded(function() {redirectIfExists('.btn-primary')}) : null;
|
||||
/epicload.com\/files/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('.btn-getlink')}) : null;
|
||||
|
|
Loading…
Reference in a new issue