From a49e0cf1c038da170d56118cca2a3bf5a9254640 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Sun, 27 Oct 2024 00:31:22 +0200 Subject: [PATCH] add default case for paster.so --- Bypass_All_Shortlinks.user.js | 2 ++ extra_bypasses/paster.so.user.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index e53ecbe..9683b4b 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -2909,6 +2909,8 @@ } else if (extractedURLs.length > 1) { addURLsToOverlay(extractedURLs); // Add URLs to overlay if more than one URL is found overlayCreated = true; + } else { + window.location.assign(`https://adbypass.org/bypass?bypass=${encodeURIComponent(window.location.href)}`); } } }); diff --git a/extra_bypasses/paster.so.user.js b/extra_bypasses/paster.so.user.js index 1be6a7b..5297e9a 100644 --- a/extra_bypasses/paster.so.user.js +++ b/extra_bypasses/paster.so.user.js @@ -69,6 +69,8 @@ } else if (extractedURLs.length > 1) { addURLsToOverlay(extractedURLs); // Add URLs to overlay if more than one URL is found overlayCreated = true; + } else { + window.location.assign(`https://adbypass.org/bypass?bypass=${encodeURIComponent(window.location.href)}`); } } });