diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index c6b2993..5f958d7 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -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; diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index 4e5a7d7..e184cd1 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -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;