From 9c4805c2676f51812c0304a5a61fcd1221a4117f Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Sat, 13 Apr 2024 21:38:04 +0200 Subject: [PATCH] disable bstlar.com bypass through bypass.city since not supported anymore --- Bypass_All_Shortlinks.user.js | 4 ++-- extra_bypasses/extra_bypasses.user.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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;