mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 16:03:01 +05:00
re-enable admaven bypass
This commit is contained in:
parent
5c09a33c6c
commit
2049191894
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue