mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 00:13:02 +05:00
disable bstlar.com bypass through bypass.city since not supported anymore
This commit is contained in:
parent
f2a00d1a11
commit
9c4805c267
2 changed files with 4 additions and 4 deletions
|
@ -2065,8 +2065,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
// bstlar.com
|
||||
/bstlar.com/.test(url) ? solveThroughBypassCity(url) : null;
|
||||
// bstlar.com - not supported by bypass.city anymore
|
||||
// /bstlar.com/.test(url) ? solveThroughBypassCity(url) : null;
|
||||
|
||||
// Ad-maven (optionally solve through bypass.city, but currently solved through adbypass.eu)
|
||||
// /^(https?:\/\/)(?!(bypass.city|adbypass.org))(free-content.pro|(ebaticalfel|downbadleaks|megadropsz|megadumpz|stownrusis|iedprivatedqu).com)\/s\?/.test(url) ? solveThroughBypassCity(url) : null;
|
||||
|
|
|
@ -345,8 +345,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
// bstlar.com
|
||||
/bstlar.com/.test(url) ? solveThroughBypassCity(url) : null;
|
||||
// bstlar.com - not supported by bypass.city anymore
|
||||
// /bstlar.com/.test(url) ? solveThroughBypassCity(url) : null;
|
||||
|
||||
// Ad-maven (optionally solve through bypass.city, but currently solved through adbypass.eu)
|
||||
// /^(https?:\/\/)(?!(bypass.city|adbypass.org))(free-content.pro|(ebaticalfel|downbadleaks|megadropsz|megadumpz|stownrusis|iedprivatedqu).com)\/s\?/.test(url) ? solveThroughBypassCity(url) : null;
|
||||
|
|
Loading…
Reference in a new issue