mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 16:03:01 +05:00
add domain for pelishd4k.com
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/42#issuecomment-1821433
This commit is contained in:
parent
2049191894
commit
f48f544816
4 changed files with 8 additions and 8 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 91.9.12
|
||||
// @version 91.9.13
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -649,7 +649,7 @@
|
|||
// @include /(bypass.city|adbypass.org)\/bypass\?bypass=/
|
||||
// @include /(mundopolo.net|d.myfirstdollar.net)/
|
||||
// @include /acorta2.com/
|
||||
// @include /web.admoneyclick.net\/#!/
|
||||
// @include /(web.admoneyclick.net|acortaphd.live)\/#!/
|
||||
// @include /onlypc.net\/out#!/
|
||||
// @include /comohoy.com/
|
||||
// @include /sphinxanime.com\/short/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 91.9.12
|
||||
// @version 91.9.13
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -649,7 +649,7 @@
|
|||
// @include /(bypass.city|adbypass.org)\/bypass\?bypass=/
|
||||
// @include /(mundopolo.net|d.myfirstdollar.net)/
|
||||
// @include /acorta2.com/
|
||||
// @include /web.admoneyclick.net\/#!/
|
||||
// @include /(web.admoneyclick.net|acortaphd.live)\/#!/
|
||||
// @include /onlypc.net\/out#!/
|
||||
// @include /comohoy.com/
|
||||
// @include /sphinxanime.com\/short/
|
||||
|
@ -1912,7 +1912,7 @@
|
|||
/acorta2.com/.test(url) ? redirect(atob(atob(atob(url.split('#!')[1])))) : null;
|
||||
|
||||
// pelishd4k.com
|
||||
/web.admoneyclick.net\/#!/.test(url) ? redirect(decodeURIComponent(atob(atob(atob(url.split('#!')[1]))))) : null;
|
||||
/(web.admoneyclick.net|acortaphd.live)\/#!/.test(url) ? redirect(decodeURIComponent(atob(atob(atob(url.split('#!')[1]))))) : null;
|
||||
|
||||
// dw-anime.net
|
||||
/dw-anime.net\/short\/\?anonym=/.test(url) ? redirect(atob(url.split('?anonym=')[1])) : null;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// @description These bypasses are always merged into Bypass_All_Shortlinks.user.js
|
||||
// @include /(mundopolo.net|d.myfirstdollar.net)/
|
||||
// @include /acorta2.com/
|
||||
// @include /web.admoneyclick.net\/#!/
|
||||
// @include /(web.admoneyclick.net|acortaphd.live)\/#!/
|
||||
// @include /onlypc.net\/out#!/
|
||||
// @include /comohoy.com/
|
||||
// @include /sphinxanime.com\/short/
|
||||
|
@ -183,7 +183,7 @@
|
|||
/acorta2.com/.test(url) ? redirect(atob(atob(atob(url.split('#!')[1])))) : null;
|
||||
|
||||
// pelishd4k.com
|
||||
/web.admoneyclick.net\/#!/.test(url) ? redirect(decodeURIComponent(atob(atob(atob(url.split('#!')[1]))))) : null;
|
||||
/(web.admoneyclick.net|acortaphd.live)\/#!/.test(url) ? redirect(decodeURIComponent(atob(atob(atob(url.split('#!')[1]))))) : null;
|
||||
|
||||
// dw-anime.net
|
||||
/dw-anime.net\/short\/\?anonym=/.test(url) ? redirect(atob(url.split('?anonym=')[1])) : null;
|
||||
|
|
|
@ -628,7 +628,7 @@ https://paster.so/*
|
|||
/(bypass.city|adbypass.org)\/bypass\?bypass=/
|
||||
/(mundopolo.net|d.myfirstdollar.net)/
|
||||
/acorta2.com/
|
||||
/web.admoneyclick.net\/#!/
|
||||
/(web.admoneyclick.net|acortaphd.live)\/#!/
|
||||
/onlypc.net\/out#!/
|
||||
/comohoy.com/
|
||||
/sphinxanime.com\/short/
|
||||
|
|
Loading…
Reference in a new issue