From 19156cead97a929f1bbc5b11bf5b742588075957 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Tue, 19 Nov 2024 15:49:39 +0100 Subject: [PATCH] minor fix https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/197 --- Bypass_All_Shortlinks.meta.js | 2 +- Bypass_All_Shortlinks.user.js | 4 ++-- extra_bypasses/extra_bypasses.user.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index b2c2f37..8da8af1 100644 --- a/Bypass_All_Shortlinks.meta.js +++ b/Bypass_All_Shortlinks.meta.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 93.1.5 +// @version 93.1.6 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index b0cacc6..b1bd9c1 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 93.1.5 +// @version 93.1.6 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -1791,7 +1791,7 @@ //leak.sx & pornleaks.in /comohoy.com/.test(url) ? redirect(atob(url.split('?url1=')[1])) : null; - /privatenudes.com\/model/ ? afterDOMLoaded(function() {redirect(atob(document.querySelector('.btn-custom.btn-block.noads').href.split('?url=')[1]))}) : null; + /privatenudes.com\/model/.test(url) ? afterDOMLoaded(function() {redirect(atob(document.querySelector('.btn-custom.btn-block.noads').href.split('?url=')[1]))}) : null; // sexyforums.com /sexyforums.com\/redirect/.test(url) ? redirect(atob(url.split('?to=')[1]).replace('amp;', '')) : null; diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index 76a3eeb..b5dd821 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -257,7 +257,7 @@ //leak.sx & pornleaks.in /comohoy.com/.test(url) ? redirect(atob(url.split('?url1=')[1])) : null; - /privatenudes.com\/model/ ? afterDOMLoaded(function() {redirect(atob(document.querySelector('.btn-custom.btn-block.noads').href.split('?url=')[1]))}) : null; + /privatenudes.com\/model/.test(url) ? afterDOMLoaded(function() {redirect(atob(document.querySelector('.btn-custom.btn-block.noads').href.split('?url=')[1]))}) : null; // sexyforums.com /sexyforums.com\/redirect/.test(url) ? redirect(atob(url.split('?to=')[1]).replace('amp;', '')) : null;