mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
add tucinehd.com
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/103
This commit is contained in:
parent
85ebdcd474
commit
8cc5d72f02
4 changed files with 12 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.3.10
|
||||
// @version 92.3.11
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -774,6 +774,7 @@
|
|||
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||
// @include /mayas.travel/
|
||||
// @include /animesgd.net/
|
||||
// @include /tucinehd.com\/links/
|
||||
// @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|acortados).com/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.3.10
|
||||
// @version 92.3.11
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -774,6 +774,7 @@
|
|||
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||
// @include /mayas.travel/
|
||||
// @include /animesgd.net/
|
||||
// @include /tucinehd.com\/links/
|
||||
// @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|acortados).com/
|
||||
|
@ -1855,6 +1856,9 @@
|
|||
//intercambiosvirtuales.org
|
||||
/1v.to\/t/.test(url) ? redirect(atob(atob(atob(atob( atob(url.split('/t/')[1]).replace('+P', '') ))))) : null;
|
||||
|
||||
// tucinehd.com
|
||||
/tucinehd.com\/links/.test(url) ? afterDOMLoaded(redirectIfExists('#link')) : null;
|
||||
|
||||
//mandranime.com
|
||||
/ikramlar.online/.test(url) ? afterDOMLoaded(function() {
|
||||
redirect(atob(document.querySelector('#wpsafe-link > a:nth-child(1)').getAttribute('onclick').match(/'(https:\/\/[^']+)'/)[1].split('safelink_redirect=')[1]).match(/"safelink":"(.*?)"/)[1]);
|
||||
|
|
|
@ -168,6 +168,7 @@
|
|||
// @include /blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||
// @include /mayas.travel/
|
||||
// @include /animesgd.net/
|
||||
// @include /tucinehd.com\/links/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -237,6 +238,9 @@
|
|||
//intercambiosvirtuales.org
|
||||
/1v.to\/t/.test(url) ? redirect(atob(atob(atob(atob( atob(url.split('/t/')[1]).replace('+P', '') ))))) : null;
|
||||
|
||||
// tucinehd.com
|
||||
/tucinehd.com\/links/.test(url) ? afterDOMLoaded(redirectIfExists('#link')) : null;
|
||||
|
||||
//mandranime.com
|
||||
/ikramlar.online/.test(url) ? afterDOMLoaded(function() {
|
||||
redirect(atob(document.querySelector('#wpsafe-link > a:nth-child(1)').getAttribute('onclick').match(/'(https:\/\/[^']+)'/)[1].split('safelink_redirect=')[1]).match(/"safelink":"(.*?)"/)[1]);
|
||||
|
|
|
@ -754,6 +754,7 @@ https://paster.so/*
|
|||
/blog.jytechs.in|mi.miuiflash.com|hypershort.com/
|
||||
/mayas.travel/
|
||||
/animesgd.net/
|
||||
/tucinehd.com\/links/
|
||||
/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|acortados).com/
|
||||
|
|
Loading…
Reference in a new issue