mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-31 06:57:29 +05:00
added bypass
This commit is contained in:
parent
e282310ed0
commit
a402856fc5
4 changed files with 10 additions and 0 deletions
|
@ -657,6 +657,7 @@
|
|||
// @include /mundopolo.net/
|
||||
// @include /comohoy.com/
|
||||
// @include /sphinxanime.com\/short/
|
||||
// @include /japan-paw.net\/out/
|
||||
// @include /link.manudatos.com\/#!/
|
||||
// @include /(iconicblogger.com|segurosdevida.site)/
|
||||
// @include /link.unlockner.com/
|
||||
|
|
|
@ -657,6 +657,7 @@
|
|||
// @include /mundopolo.net/
|
||||
// @include /comohoy.com/
|
||||
// @include /sphinxanime.com\/short/
|
||||
// @include /japan-paw.net\/out/
|
||||
// @include /link.manudatos.com\/#!/
|
||||
// @include /(iconicblogger.com|segurosdevida.site)/
|
||||
// @include /link.unlockner.com/
|
||||
|
@ -1793,6 +1794,9 @@
|
|||
//sphinxanime.com
|
||||
/sphinxanime.com\/short/.test(url) ? redirect(atob(url.split('?anonym=')[1])) : null;
|
||||
|
||||
//japan-paw.net
|
||||
/japan-paw.net\/out/.test(url) ? redirect(atob(url.split('out/?')[1])) : null;
|
||||
|
||||
//pasteprivado.blogspot.com
|
||||
/link.manudatos.com\/#!/.test(url) ? redirect(atob(atob(atob(url.split('#!')[1])))) : null;
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
// @include /mundopolo.net/
|
||||
// @include /comohoy.com/
|
||||
// @include /sphinxanime.com\/short/
|
||||
// @include /japan-paw.net\/out/
|
||||
// @include /link.manudatos.com\/#!/
|
||||
// @include /(iconicblogger.com|segurosdevida.site)/
|
||||
// @include /link.unlockner.com/
|
||||
|
@ -37,6 +38,9 @@
|
|||
//sphinxanime.com
|
||||
/sphinxanime.com\/short/.test(url) ? redirect(atob(url.split('?anonym=')[1])) : null;
|
||||
|
||||
//japan-paw.net
|
||||
/japan-paw.net\/out/.test(url) ? redirect(atob(url.split('out/?')[1])) : null;
|
||||
|
||||
//pasteprivado.blogspot.com
|
||||
/link.manudatos.com\/#!/.test(url) ? redirect(atob(atob(atob(url.split('#!')[1])))) : null;
|
||||
|
||||
|
|
|
@ -642,6 +642,7 @@ https://linkspy.cc/tr/*
|
|||
/mundopolo.net/
|
||||
/comohoy.com/
|
||||
/sphinxanime.com\/short/
|
||||
/japan-paw.net\/out/
|
||||
/link.manudatos.com\/#!/
|
||||
/(iconicblogger.com|segurosdevida.site)/
|
||||
/link.unlockner.com/
|
||||
|
|
Loading…
Reference in a new issue