re-enable admaven bypass

This commit is contained in:
Amm0ni4 2024-05-11 13:01:22 +02:00
parent 5c09a33c6c
commit 2049191894
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

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

View file

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