mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-31 06:57:29 +05:00
add autoclick for megalinks.info
This commit is contained in:
parent
bb03e153aa
commit
e1182c5459
4 changed files with 10 additions and 0 deletions
|
@ -769,6 +769,7 @@
|
||||||
// @include /moneyblink.com\/ready\/go\?u=/
|
// @include /moneyblink.com\/ready\/go\?u=/
|
||||||
// @include /dw-anime.net\/short\/\?anonym=/
|
// @include /dw-anime.net\/short\/\?anonym=/
|
||||||
// @include /fiuxy2.co\/threads/
|
// @include /fiuxy2.co\/threads/
|
||||||
|
// @include /megalinks.info\/index.php\?v=/
|
||||||
// @include /filecrypt.(cc|co)/
|
// @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 /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||||
// @include /mega-enlace.com/
|
// @include /mega-enlace.com/
|
||||||
|
|
|
@ -769,6 +769,7 @@
|
||||||
// @include /moneyblink.com\/ready\/go\?u=/
|
// @include /moneyblink.com\/ready\/go\?u=/
|
||||||
// @include /dw-anime.net\/short\/\?anonym=/
|
// @include /dw-anime.net\/short\/\?anonym=/
|
||||||
// @include /fiuxy2.co\/threads/
|
// @include /fiuxy2.co\/threads/
|
||||||
|
// @include /megalinks.info\/index.php\?v=/
|
||||||
// @include /filecrypt.(cc|co)/
|
// @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 /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||||
// @include /mega-enlace.com/
|
// @include /mega-enlace.com/
|
||||||
|
@ -2309,6 +2310,9 @@
|
||||||
/besargaji.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn-2')}) : null;
|
/besargaji.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn-2')}) : null;
|
||||||
/moneyblink.com\/ready\/go\?u=/.test(url)? redirect(atob(url.split('?u=')[1])) : null;
|
/moneyblink.com\/ready\/go\?u=/.test(url)? redirect(atob(url.split('?u=')[1])) : null;
|
||||||
|
|
||||||
|
// megalinks (used in peliculasmega1k.com)
|
||||||
|
/megalinks.info\/index.php\?v=/.test(url) ? clickIfExists('#continue') : null;
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
|
|
|
@ -126,6 +126,7 @@
|
||||||
// @include /moneyblink.com\/ready\/go\?u=/
|
// @include /moneyblink.com\/ready\/go\?u=/
|
||||||
// @include /dw-anime.net\/short\/\?anonym=/
|
// @include /dw-anime.net\/short\/\?anonym=/
|
||||||
// @include /fiuxy2.co\/threads/
|
// @include /fiuxy2.co\/threads/
|
||||||
|
// @include /megalinks.info\/index.php\?v=/
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
|
@ -589,6 +590,9 @@
|
||||||
/besargaji.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn-2')}) : null;
|
/besargaji.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn-2')}) : null;
|
||||||
/moneyblink.com\/ready\/go\?u=/.test(url)? redirect(atob(url.split('?u=')[1])) : null;
|
/moneyblink.com\/ready\/go\?u=/.test(url)? redirect(atob(url.split('?u=')[1])) : null;
|
||||||
|
|
||||||
|
// megalinks (used in peliculasmega1k.com)
|
||||||
|
/megalinks.info\/index.php\?v=/.test(url) ? clickIfExists('#continue') : null;
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
|
|
|
@ -748,6 +748,7 @@ r1.foxylinks.site
|
||||||
/moneyblink.com\/ready\/go\?u=/
|
/moneyblink.com\/ready\/go\?u=/
|
||||||
/dw-anime.net\/short\/\?anonym=/
|
/dw-anime.net\/short\/\?anonym=/
|
||||||
/fiuxy2.co\/threads/
|
/fiuxy2.co\/threads/
|
||||||
|
/megalinks.info\/index.php\?v=/
|
||||||
/filecrypt.(cc|co)/
|
/filecrypt.(cc|co)/
|
||||||
/(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
/(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
|
||||||
/mega-enlace.com/
|
/mega-enlace.com/
|
||||||
|
|
Loading…
Reference in a new issue