mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
add domain
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/42#issuecomment-2258939
This commit is contained in:
parent
bface00f85
commit
878941d7b6
4 changed files with 12 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.5
|
||||
// @version 92.5.1
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -755,6 +755,7 @@
|
|||
// @include /tucinehd.com\/links/
|
||||
// @include /render-state.to\/download\/\?link=/
|
||||
// @include /www.lanoticia.cc/
|
||||
// @include /altearnativasa.com/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.5
|
||||
// @version 92.5.1
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -755,6 +755,7 @@
|
|||
// @include /tucinehd.com\/links/
|
||||
// @include /render-state.to\/download\/\?link=/
|
||||
// @include /www.lanoticia.cc/
|
||||
// @include /altearnativasa.com/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
|
@ -1819,6 +1820,9 @@
|
|||
if (urlParam) {redirect(urlParam);}
|
||||
}
|
||||
|
||||
// pelishd4k.com
|
||||
/altearnativasa.com\/\#/.test(url) ? redirect(decodeURIComponent(atob(atob(atob(url.split('/#')[1]))).split('&url=')[1].split('&')[0])) : null;
|
||||
|
||||
// mayas.travel used in fiuxy2.co
|
||||
/(mayas.travel|eldiario24hrs.com|comomedir.com)\/api/.test(url) ? redirect(decodeURIComponent(url.split('&url=')[1].split('&')[0])) : null;
|
||||
/(mayas.travel|eldiario24hrs.com|comomedir.com)\/\#/.test(url) ? redirect(atob(atob(atob(url.split('/#')[1]))).split('&url=')[1].split('&')[0]) : null;
|
||||
|
|
|
@ -172,6 +172,7 @@
|
|||
// @include /tucinehd.com\/links/
|
||||
// @include /render-state.to\/download\/\?link=/
|
||||
// @include /www.lanoticia.cc/
|
||||
// @include /altearnativasa.com/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -208,6 +209,9 @@
|
|||
if (urlParam) {redirect(urlParam);}
|
||||
}
|
||||
|
||||
// pelishd4k.com
|
||||
/altearnativasa.com\/\#/.test(url) ? redirect(decodeURIComponent(atob(atob(atob(url.split('/#')[1]))).split('&url=')[1].split('&')[0])) : null;
|
||||
|
||||
// mayas.travel used in fiuxy2.co
|
||||
/(mayas.travel|eldiario24hrs.com|comomedir.com)\/api/.test(url) ? redirect(decodeURIComponent(url.split('&url=')[1].split('&')[0])) : null;
|
||||
/(mayas.travel|eldiario24hrs.com|comomedir.com)\/\#/.test(url) ? redirect(atob(atob(atob(url.split('/#')[1]))).split('&url=')[1].split('&')[0]) : null;
|
||||
|
|
|
@ -735,6 +735,7 @@ https://paster.so/*
|
|||
/tucinehd.com\/links/
|
||||
/render-state.to\/download\/\?link=/
|
||||
/www.lanoticia.cc/
|
||||
/altearnativasa.com/
|
||||
/filecrypt.(cc|co)/
|
||||
/^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/
|
||||
/(mega-enlace|acortados).com/
|
||||
|
|
Loading…
Reference in a new issue