mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 00:13:02 +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
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 91.9.11
|
// @version 91.9.12
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @author Amm0ni4
|
// @author Amm0ni4
|
||||||
// @noframes
|
// @noframes
|
||||||
// @version 91.9.11
|
// @version 91.9.12
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
// @grant GM_addStyle
|
// @grant GM_addStyle
|
||||||
|
@ -1824,7 +1824,7 @@
|
||||||
// ----- Bypass ad-maven with adbypass.eu -----
|
// ----- Bypass ad-maven with adbypass.eu -----
|
||||||
(function() {
|
(function() {
|
||||||
'use strict';
|
'use strict';
|
||||||
if (false) {
|
if (true) {
|
||||||
var url = window.location.href;
|
var url = window.location.href;
|
||||||
if (/((ebaticalfel|megadropsz|stownrusis|iedprivatedqu).com)\/s\?/.test(url)) {
|
if (/((ebaticalfel|megadropsz|stownrusis|iedprivatedqu).com)\/s\?/.test(url)) {
|
||||||
GM_setValue('savedShortlink', url);
|
GM_setValue('savedShortlink', url);
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
// ----- Bypass ad-maven with adbypass.eu -----
|
// ----- Bypass ad-maven with adbypass.eu -----
|
||||||
(function() {
|
(function() {
|
||||||
'use strict';
|
'use strict';
|
||||||
if (false) {
|
if (true) {
|
||||||
var url = window.location.href;
|
var url = window.location.href;
|
||||||
if (/((ebaticalfel|megadropsz|stownrusis|iedprivatedqu).com)\/s\?/.test(url)) {
|
if (/((ebaticalfel|megadropsz|stownrusis|iedprivatedqu).com)\/s\?/.test(url)) {
|
||||||
GM_setValue('savedShortlink', url);
|
GM_setValue('savedShortlink', url);
|
||||||
|
|
Loading…
Reference in a new issue