From 20491918946786ab95f5f2c0a62e28216baa1d1a Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Sat, 11 May 2024 13:01:22 +0200 Subject: [PATCH] re-enable admaven bypass --- Bypass_All_Shortlinks.meta.js | 2 +- Bypass_All_Shortlinks.user.js | 4 ++-- extra_bypasses/ad-maven.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 9f031e3..a82ea00 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 91.9.11 +// @version 91.9.12 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index b4dae2c..1ebf9e2 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 91.9.11 +// @version 91.9.12 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -1824,7 +1824,7 @@ // ----- Bypass ad-maven with adbypass.eu ----- (function() { 'use strict'; - if (false) { + if (true) { var url = window.location.href; if (/((ebaticalfel|megadropsz|stownrusis|iedprivatedqu).com)\/s\?/.test(url)) { GM_setValue('savedShortlink', url); diff --git a/extra_bypasses/ad-maven.user.js b/extra_bypasses/ad-maven.user.js index ca474e1..d5f2f74 100644 --- a/extra_bypasses/ad-maven.user.js +++ b/extra_bypasses/ad-maven.user.js @@ -12,7 +12,7 @@ // ----- Bypass ad-maven with adbypass.eu ----- (function() { 'use strict'; - if (false) { + if (true) { var url = window.location.href; if (/((ebaticalfel|megadropsz|stownrusis|iedprivatedqu).com)\/s\?/.test(url)) { GM_setValue('savedShortlink', url);