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);