mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-02-23 18:18:31 +05:00
integrate PR for club-hd.com and peliculasgd.net
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/pulls/49
This commit is contained in:
parent
f48f544816
commit
b529f8c252
4 changed files with 18 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 91.9.13
|
||||
// @version 91.9.14
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -647,7 +647,8 @@
|
|||
// @include /^(https?:\/\/)((ebaticalfel|megadropsz|stownrusis|iedprivatedqu).com)\/s\?/
|
||||
// @include /adbypass.eu/
|
||||
// @include /(bypass.city|adbypass.org)\/bypass\?bypass=/
|
||||
// @include /(mundopolo.net|d.myfirstdollar.net)/
|
||||
// @include /(mundopolo.net|myfirstdollar.net)/
|
||||
// @include /(adsense.tupaste.top)\/#!/
|
||||
// @include /acorta2.com/
|
||||
// @include /(web.admoneyclick.net|acortaphd.live)\/#!/
|
||||
// @include /onlypc.net\/out#!/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 91.9.13
|
||||
// @version 91.9.14
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -647,7 +647,8 @@
|
|||
// @include /^(https?:\/\/)((ebaticalfel|megadropsz|stownrusis|iedprivatedqu).com)\/s\?/
|
||||
// @include /adbypass.eu/
|
||||
// @include /(bypass.city|adbypass.org)\/bypass\?bypass=/
|
||||
// @include /(mundopolo.net|d.myfirstdollar.net)/
|
||||
// @include /(mundopolo.net|myfirstdollar.net)/
|
||||
// @include /(adsense.tupaste.top)\/#!/
|
||||
// @include /acorta2.com/
|
||||
// @include /(web.admoneyclick.net|acortaphd.live)\/#!/
|
||||
// @include /onlypc.net\/out#!/
|
||||
|
@ -1906,7 +1907,10 @@
|
|||
window.addEventListener('focus', onfocus, true);document.addEventListener('visibilitychange', function(e) {e.stopImmediatePropagation();}, true, true); Object.defineProperty(document, 'hidden', {get() {return false;}});};
|
||||
|
||||
//peliculasgd.net, animesgd.net
|
||||
/(mundopolo.net|d.myfirstdollar.net)/.test(url) ? redirect(decodeURIComponent(atob(atob(atob(url.split('#!')[1]))))) : null;
|
||||
/(mundopolo.net|myfirstdollar.net)/.test(url) ? redirect(decodeURIComponent(atob(atob(atob(url.split('#!')[1]))))) : null;
|
||||
|
||||
// club-hd.com
|
||||
/(adsense.tupaste.top)\/#!/.test(url) ? redirect(decodeURIComponent(atob(atob(atob(url.split('#!')[1]))))) : null;
|
||||
|
||||
// librolandia.net
|
||||
/acorta2.com/.test(url) ? redirect(atob(atob(atob(url.split('#!')[1])))) : null;
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
// ==UserScript==
|
||||
// @name extra bypasses
|
||||
// @description These bypasses are always merged into Bypass_All_Shortlinks.user.js
|
||||
// @include /(mundopolo.net|d.myfirstdollar.net)/
|
||||
// @include /(mundopolo.net|myfirstdollar.net)/
|
||||
// @include /(adsense.tupaste.top)\/#!/
|
||||
// @include /acorta2.com/
|
||||
// @include /(web.admoneyclick.net|acortaphd.live)\/#!/
|
||||
// @include /onlypc.net\/out#!/
|
||||
|
@ -177,7 +178,10 @@
|
|||
window.addEventListener('focus', onfocus, true);document.addEventListener('visibilitychange', function(e) {e.stopImmediatePropagation();}, true, true); Object.defineProperty(document, 'hidden', {get() {return false;}});};
|
||||
|
||||
//peliculasgd.net, animesgd.net
|
||||
/(mundopolo.net|d.myfirstdollar.net)/.test(url) ? redirect(decodeURIComponent(atob(atob(atob(url.split('#!')[1]))))) : null;
|
||||
/(mundopolo.net|myfirstdollar.net)/.test(url) ? redirect(decodeURIComponent(atob(atob(atob(url.split('#!')[1]))))) : null;
|
||||
|
||||
// club-hd.com
|
||||
/(adsense.tupaste.top)\/#!/.test(url) ? redirect(decodeURIComponent(atob(atob(atob(url.split('#!')[1]))))) : null;
|
||||
|
||||
// librolandia.net
|
||||
/acorta2.com/.test(url) ? redirect(atob(atob(atob(url.split('#!')[1])))) : null;
|
||||
|
|
|
@ -626,7 +626,8 @@ https://paster.so/*
|
|||
/^(https?:\/\/)((ebaticalfel|megadropsz|stownrusis|iedprivatedqu).com)\/s\?/
|
||||
/adbypass.eu/
|
||||
/(bypass.city|adbypass.org)\/bypass\?bypass=/
|
||||
/(mundopolo.net|d.myfirstdollar.net)/
|
||||
/(mundopolo.net|myfirstdollar.net)/
|
||||
/(adsense.tupaste.top)\/#!/
|
||||
/acorta2.com/
|
||||
/(web.admoneyclick.net|acortaphd.live)\/#!/
|
||||
/onlypc.net\/out#!/
|
||||
|
|
Loading…
Reference in a new issue