mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
add bypass for descargasdirecta.com
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/80
This commit is contained in:
parent
b0cc0cb84f
commit
b838eb32a6
4 changed files with 18 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.2.11
|
||||
// @version 92.2.12
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -792,6 +792,8 @@
|
|||
// @include /sexyforums.com\/redirect/
|
||||
// @include /paste.japan-paw.net\/\?v=/
|
||||
// @include /ikramlar.online/
|
||||
// @include /mh.gourlpro.com/
|
||||
// @include /playpastelinks.com/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||
// @include /mega-enlace.com/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.2.11
|
||||
// @version 92.2.12
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -792,6 +792,8 @@
|
|||
// @include /sexyforums.com\/redirect/
|
||||
// @include /paste.japan-paw.net\/\?v=/
|
||||
// @include /ikramlar.online/
|
||||
// @include /mh.gourlpro.com/
|
||||
// @include /playpastelinks.com/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||
// @include /mega-enlace.com/
|
||||
|
@ -1865,6 +1867,10 @@
|
|||
//peliculasgd.net, animesgd.net, club-hd.com, librolandia.net, pelishd4k.com, programasvirtualespc.net, pasteprivado.blogspot.com
|
||||
/(mundopolo.net|myfirstdollar.net|adsense.tupaste.top|acorta2.com|web.admoneyclick.net|acortaphd.live|onlypc.net|link.manudatos.com)/.test(url) ? redirect(decodeURIComponent(atob(atob(atob(url.split('#!')[1]))))) : null;
|
||||
|
||||
// descargasdirecta.com
|
||||
/playpastelinks.com/.test(url) ? afterDOMLoaded(function() {setTimeout(() => { document.querySelector('#btn-redirect').click(); }, 9000)}) : null;
|
||||
/mh.gourlpro.com/.test(url) ? redirect(atob(atob(atob(url.split('#')[1])))) : null;
|
||||
|
||||
// peliculasmf.com
|
||||
/tumangasdd.com/.test(url) ? redirect(decodeURIComponent(atob(atob(atob(url.split('#')[1]))).split('url=')[1])) : null;
|
||||
|
||||
|
|
|
@ -154,6 +154,8 @@
|
|||
// @include /sexyforums.com\/redirect/
|
||||
// @include /paste.japan-paw.net\/\?v=/
|
||||
// @include /ikramlar.online/
|
||||
// @include /mh.gourlpro.com/
|
||||
// @include /playpastelinks.com/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -182,6 +184,10 @@
|
|||
//peliculasgd.net, animesgd.net, club-hd.com, librolandia.net, pelishd4k.com, programasvirtualespc.net, pasteprivado.blogspot.com
|
||||
/(mundopolo.net|myfirstdollar.net|adsense.tupaste.top|acorta2.com|web.admoneyclick.net|acortaphd.live|onlypc.net|link.manudatos.com)/.test(url) ? redirect(decodeURIComponent(atob(atob(atob(url.split('#!')[1]))))) : null;
|
||||
|
||||
// descargasdirecta.com
|
||||
/playpastelinks.com/.test(url) ? afterDOMLoaded(function() {setTimeout(() => { document.querySelector('#btn-redirect').click(); }, 9000)}) : null;
|
||||
/mh.gourlpro.com/.test(url) ? redirect(atob(atob(atob(url.split('#')[1])))) : null;
|
||||
|
||||
// peliculasmf.com
|
||||
/tumangasdd.com/.test(url) ? redirect(decodeURIComponent(atob(atob(atob(url.split('#')[1]))).split('url=')[1])) : null;
|
||||
|
||||
|
|
|
@ -772,6 +772,8 @@ https://paster.so/*
|
|||
/sexyforums.com\/redirect/
|
||||
/paste.japan-paw.net\/\?v=/
|
||||
/ikramlar.online/
|
||||
/mh.gourlpro.com/
|
||||
/playpastelinks.com/
|
||||
/filecrypt.(cc|co)/
|
||||
/(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||
/mega-enlace.com/
|
||||
|
|
Loading…
Reference in a new issue