mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
add domain
This commit is contained in:
parent
7a9c3f8994
commit
b033e89aaa
4 changed files with 10 additions and 10 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.4
|
||||
// @version 92.4.1
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -749,7 +749,7 @@
|
|||
// @include /newedutopics.com/
|
||||
// @include /newshuta.in/
|
||||
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||
// @include /mayas.travel/
|
||||
// @include /mayas.travel|eldiario24hrs.com/
|
||||
// @include /animesgd.net/
|
||||
// @include /tucinehd.com\/links/
|
||||
// @include /render-state.to\/download\/\?link=/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.4
|
||||
// @version 92.4.1
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -749,7 +749,7 @@
|
|||
// @include /newedutopics.com/
|
||||
// @include /newshuta.in/
|
||||
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||
// @include /mayas.travel/
|
||||
// @include /mayas.travel|eldiario24hrs.com/
|
||||
// @include /animesgd.net/
|
||||
// @include /tucinehd.com\/links/
|
||||
// @include /render-state.to\/download\/\?link=/
|
||||
|
@ -1819,8 +1819,8 @@
|
|||
}
|
||||
|
||||
// mayas.travel used in fiuxy2.co
|
||||
/mayas.travel\/api/.test(url) ? redirect(decodeURIComponent(url.split('&url=')[1].split('&')[0])) : null;
|
||||
/mayas.travel\/\#/.test(url) ? redirect(atob(atob(atob(url.split('/#')[1]))).split('&url=')[1].split('&')[0]) : null;
|
||||
/(mayas.travel|eldiario24hrs.com)\/api/.test(url) ? redirect(decodeURIComponent(url.split('&url=')[1].split('&')[0])) : null;
|
||||
/(mayas.travel|eldiario24hrs.com)\/\#/.test(url) ? redirect(atob(atob(atob(url.split('/#')[1]))).split('&url=')[1].split('&')[0]) : null;
|
||||
|
||||
// descargasdirecta.com
|
||||
/playpastelinks.com/.test(url) ? afterDOMLoaded(function() {setTimeout(() => { document.querySelector('#btn-redirect').click(); }, 8000)}) : null;
|
||||
|
|
|
@ -166,7 +166,7 @@
|
|||
// @include /newedutopics.com/
|
||||
// @include /newshuta.in/
|
||||
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||
// @include /mayas.travel/
|
||||
// @include /mayas.travel|eldiario24hrs.com/
|
||||
// @include /animesgd.net/
|
||||
// @include /tucinehd.com\/links/
|
||||
// @include /render-state.to\/download\/\?link=/
|
||||
|
@ -207,8 +207,8 @@
|
|||
}
|
||||
|
||||
// mayas.travel used in fiuxy2.co
|
||||
/mayas.travel\/api/.test(url) ? redirect(decodeURIComponent(url.split('&url=')[1].split('&')[0])) : null;
|
||||
/mayas.travel\/\#/.test(url) ? redirect(atob(atob(atob(url.split('/#')[1]))).split('&url=')[1].split('&')[0]) : null;
|
||||
/(mayas.travel|eldiario24hrs.com)\/api/.test(url) ? redirect(decodeURIComponent(url.split('&url=')[1].split('&')[0])) : null;
|
||||
/(mayas.travel|eldiario24hrs.com)\/\#/.test(url) ? redirect(atob(atob(atob(url.split('/#')[1]))).split('&url=')[1].split('&')[0]) : null;
|
||||
|
||||
// descargasdirecta.com
|
||||
/playpastelinks.com/.test(url) ? afterDOMLoaded(function() {setTimeout(() => { document.querySelector('#btn-redirect').click(); }, 8000)}) : null;
|
||||
|
|
|
@ -729,7 +729,7 @@ https://paster.so/*
|
|||
/newedutopics.com/
|
||||
/newshuta.in/
|
||||
/blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||
/mayas.travel/
|
||||
/mayas.travel|eldiario24hrs.com/
|
||||
/animesgd.net/
|
||||
/tucinehd.com\/links/
|
||||
/render-state.to\/download\/\?link=/
|
||||
|
|
Loading…
Reference in a new issue