mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 00:13:02 +05:00
add bypass for librolandia.net
This commit is contained in:
parent
331895cfd4
commit
2158f3f7ef
4 changed files with 10 additions and 0 deletions
|
@ -646,6 +646,7 @@
|
|||
// @include /adbypass.eu/
|
||||
// @include /(bypass.city|adbypass.org)\/bypass\?bypass=/
|
||||
// @include /(mundopolo.net|d.myfirstdollar.net)/
|
||||
// @include /acorta2.com/
|
||||
// @include /onlypc.net\/out#!/
|
||||
// @include /comohoy.com/
|
||||
// @include /sphinxanime.com\/short/
|
||||
|
|
|
@ -646,6 +646,7 @@
|
|||
// @include /adbypass.eu/
|
||||
// @include /(bypass.city|adbypass.org)\/bypass\?bypass=/
|
||||
// @include /(mundopolo.net|d.myfirstdollar.net)/
|
||||
// @include /acorta2.com/
|
||||
// @include /onlypc.net\/out#!/
|
||||
// @include /comohoy.com/
|
||||
// @include /sphinxanime.com\/short/
|
||||
|
@ -1894,6 +1895,9 @@
|
|||
//peliculasgd.net, animesgd.net
|
||||
/(mundopolo.net|d.myfirstdollar.net)/.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;
|
||||
|
||||
// dw-anime.net
|
||||
/dw-anime.net\/short\/\?anonym=/.test(url) ? redirect(atob(url.split('?anonym=')[1])) : null;
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// @name extra bypasses
|
||||
// @description These bypasses are always merged into Bypass_All_Shortlinks.user.js
|
||||
// @include /(mundopolo.net|d.myfirstdollar.net)/
|
||||
// @include /acorta2.com/
|
||||
// @include /onlypc.net\/out#!/
|
||||
// @include /comohoy.com/
|
||||
// @include /sphinxanime.com\/short/
|
||||
|
@ -172,6 +173,9 @@
|
|||
//peliculasgd.net, animesgd.net
|
||||
/(mundopolo.net|d.myfirstdollar.net)/.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;
|
||||
|
||||
// dw-anime.net
|
||||
/dw-anime.net\/short\/\?anonym=/.test(url) ? redirect(atob(url.split('?anonym=')[1])) : null;
|
||||
|
||||
|
|
|
@ -625,6 +625,7 @@ https://paster.so/*
|
|||
/adbypass.eu/
|
||||
/(bypass.city|adbypass.org)\/bypass\?bypass=/
|
||||
/(mundopolo.net|d.myfirstdollar.net)/
|
||||
/acorta2.com/
|
||||
/onlypc.net\/out#!/
|
||||
/comohoy.com/
|
||||
/sphinxanime.com\/short/
|
||||
|
|
Loading…
Reference in a new issue