mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-31 06:57:29 +05:00
added autoclicks for ocultandoo
This commit is contained in:
parent
eb6f8d4efa
commit
929b3b57f2
4 changed files with 12 additions and 0 deletions
|
@ -770,6 +770,7 @@
|
|||
// @include /dw-anime.net\/short\/\?anonym=/
|
||||
// @include /fiuxy2.co\/threads/
|
||||
// @include /megalinks.info\/index.php\?v=/
|
||||
// @include /ocultandoo.blogspot.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/
|
||||
|
|
|
@ -770,6 +770,7 @@
|
|||
// @include /dw-anime.net\/short\/\?anonym=/
|
||||
// @include /fiuxy2.co\/threads/
|
||||
// @include /megalinks.info\/index.php\?v=/
|
||||
// @include /ocultandoo.blogspot.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/
|
||||
|
@ -2298,6 +2299,10 @@
|
|||
// element.href = rot13(atob(rot13(atob(element.href.split('?o=')[1])))).split('|')[0];
|
||||
}); }) : null;
|
||||
|
||||
// ocultandoo (used in fiuxy2.co)
|
||||
/ocultandoo.blogspot.com/.test(url) ? afterDOMLoaded(function() {clickIfExistsNonStop('#getlink')}) : null;
|
||||
/ocultandoo.blogspot.com/.test(url) ? afterDOMLoaded(function() {clickIfExistsNonStop('#gotolink')}) : null;
|
||||
|
||||
// toonhub4u.net
|
||||
/toonhub4u.net\/redirect\/main.php\?url=/.test(url) ? redirect(atob(url.split('url=')[1])) : null;
|
||||
/toonhub4u\.net\/([^\/]+)\/$/.test(url) ? afterWindowLoaded(function() {
|
||||
|
|
|
@ -127,6 +127,7 @@
|
|||
// @include /dw-anime.net\/short\/\?anonym=/
|
||||
// @include /fiuxy2.co\/threads/
|
||||
// @include /megalinks.info\/index.php\?v=/
|
||||
// @include /ocultandoo.blogspot.com/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -578,6 +579,10 @@
|
|||
// element.href = rot13(atob(rot13(atob(element.href.split('?o=')[1])))).split('|')[0];
|
||||
}); }) : null;
|
||||
|
||||
// ocultandoo (used in fiuxy2.co)
|
||||
/ocultandoo.blogspot.com/.test(url) ? afterDOMLoaded(function() {clickIfExistsNonStop('#getlink')}) : null;
|
||||
/ocultandoo.blogspot.com/.test(url) ? afterDOMLoaded(function() {clickIfExistsNonStop('#gotolink')}) : null;
|
||||
|
||||
// toonhub4u.net
|
||||
/toonhub4u.net\/redirect\/main.php\?url=/.test(url) ? redirect(atob(url.split('url=')[1])) : null;
|
||||
/toonhub4u\.net\/([^\/]+)\/$/.test(url) ? afterWindowLoaded(function() {
|
||||
|
|
|
@ -749,6 +749,7 @@ r1.foxylinks.site
|
|||
/dw-anime.net\/short\/\?anonym=/
|
||||
/fiuxy2.co\/threads/
|
||||
/megalinks.info\/index.php\?v=/
|
||||
/ocultandoo.blogspot.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