mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 16:33:02 +05:00
fixed minor bug with some ad-maven urls
This commit is contained in:
parent
35ca33da74
commit
15b251b3c1
4 changed files with 6 additions and 6 deletions
|
@ -644,7 +644,7 @@
|
||||||
// @match *://*.sigmalinks.in/*
|
// @match *://*.sigmalinks.in/*
|
||||||
// @match *://*.r1.foxylinks.site/*
|
// @match *://*.r1.foxylinks.site/*
|
||||||
// @grant GM_deleteValue
|
// @grant GM_deleteValue
|
||||||
// @include /(free-content.pro|((ebaticalfel|downbadleaks|megadropsz|megadumpz|stownrusis|iedprivatedqu).com))\/s\?/
|
// @include /^(https?:\/\/)((ebaticalfel|megadropsz|stownrusis|iedprivatedqu).com)\/s\?/
|
||||||
// @include /adbypass.eu/
|
// @include /adbypass.eu/
|
||||||
// @include /(bypass.city|adbypass.org)\/bypass\?bypass=/
|
// @include /(bypass.city|adbypass.org)\/bypass\?bypass=/
|
||||||
// @include /mundopolo.net/
|
// @include /mundopolo.net/
|
||||||
|
|
|
@ -644,7 +644,7 @@
|
||||||
// @match *://*.sigmalinks.in/*
|
// @match *://*.sigmalinks.in/*
|
||||||
// @match *://*.r1.foxylinks.site/*
|
// @match *://*.r1.foxylinks.site/*
|
||||||
// @grant GM_deleteValue
|
// @grant GM_deleteValue
|
||||||
// @include /(free-content.pro|((ebaticalfel|downbadleaks|megadropsz|megadumpz|stownrusis|iedprivatedqu).com))\/s\?/
|
// @include /^(https?:\/\/)((ebaticalfel|megadropsz|stownrusis|iedprivatedqu).com)\/s\?/
|
||||||
// @include /adbypass.eu/
|
// @include /adbypass.eu/
|
||||||
// @include /(bypass.city|adbypass.org)\/bypass\?bypass=/
|
// @include /(bypass.city|adbypass.org)\/bypass\?bypass=/
|
||||||
// @include /mundopolo.net/
|
// @include /mundopolo.net/
|
||||||
|
@ -1769,7 +1769,7 @@
|
||||||
(function() {
|
(function() {
|
||||||
'use strict';
|
'use strict';
|
||||||
var url = window.location.href;
|
var url = window.location.href;
|
||||||
if (/(free-content.pro|((ebaticalfel|downbadleaks|megadropsz|megadumpz|stownrusis|iedprivatedqu).com))\/s\?/.test(url)) {
|
if (/((ebaticalfel|megadropsz|stownrusis|iedprivatedqu).com)\/s\?/.test(url)) {
|
||||||
GM_setValue('savedShortlink', url);
|
GM_setValue('savedShortlink', url);
|
||||||
window.location.assign('https://adbypass.eu/');
|
window.location.assign('https://adbypass.eu/');
|
||||||
} else if (/adbypass.eu/.test(url) && !url.includes('/unblock')) {
|
} else if (/adbypass.eu/.test(url) && !url.includes('/unblock')) {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Ad-maven 3rd party bypass
|
// @name Ad-maven 3rd party bypass
|
||||||
// @description These bypasses are always merged into Bypass_All_Shortlinks.user.js
|
// @description These bypasses are always merged into Bypass_All_Shortlinks.user.js
|
||||||
// @include /(free-content.pro|((ebaticalfel|downbadleaks|megadropsz|megadumpz|stownrusis|iedprivatedqu).com))\/s\?/
|
// @include /^(https?:\/\/)((ebaticalfel|megadropsz|stownrusis|iedprivatedqu).com)\/s\?/
|
||||||
// @include /adbypass.eu/
|
// @include /adbypass.eu/
|
||||||
// @grant GM_setValue
|
// @grant GM_setValue
|
||||||
// @grant GM_getValue
|
// @grant GM_getValue
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
(function() {
|
(function() {
|
||||||
'use strict';
|
'use strict';
|
||||||
var url = window.location.href;
|
var url = window.location.href;
|
||||||
if (/(free-content.pro|((ebaticalfel|downbadleaks|megadropsz|megadumpz|stownrusis|iedprivatedqu).com))\/s\?/.test(url)) {
|
if (/((ebaticalfel|megadropsz|stownrusis|iedprivatedqu).com)\/s\?/.test(url)) {
|
||||||
GM_setValue('savedShortlink', url);
|
GM_setValue('savedShortlink', url);
|
||||||
window.location.assign('https://adbypass.eu/');
|
window.location.assign('https://adbypass.eu/');
|
||||||
} else if (/adbypass.eu/.test(url) && !url.includes('/unblock')) {
|
} else if (/adbypass.eu/.test(url) && !url.includes('/unblock')) {
|
||||||
|
|
|
@ -626,7 +626,7 @@ bestlink.pro
|
||||||
playstore.pw
|
playstore.pw
|
||||||
sigmalinks.in
|
sigmalinks.in
|
||||||
r1.foxylinks.site
|
r1.foxylinks.site
|
||||||
/(free-content.pro|((ebaticalfel|downbadleaks|megadropsz|megadumpz|stownrusis|iedprivatedqu).com))\/s\?/
|
/^(https?:\/\/)((ebaticalfel|megadropsz|stownrusis|iedprivatedqu).com)\/s\?/
|
||||||
/adbypass.eu/
|
/adbypass.eu/
|
||||||
/(bypass.city|adbypass.org)\/bypass\?bypass=/
|
/(bypass.city|adbypass.org)\/bypass\?bypass=/
|
||||||
/mundopolo.net/
|
/mundopolo.net/
|
||||||
|
|
Loading…
Reference in a new issue