Amm0ni4 2024-08-07 09:46:12 +02:00
parent d1ded6f7e7
commit 8c7809d337
4 changed files with 18 additions and 2 deletions

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 92.4.6 // @version 92.4.7
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle
@ -753,6 +753,7 @@
// @include /animesgd.net/ // @include /animesgd.net/
// @include /tucinehd.com\/links/ // @include /tucinehd.com\/links/
// @include /render-state.to\/download\/\?link=/ // @include /render-state.to\/download\/\?link=/
// @include /www.lanoticia.cc/
// @include /filecrypt.(cc|co)/ // @include /filecrypt.(cc|co)/
// @include /^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/ // @include /^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/
// @include /(mega-enlace|acortados).com/ // @include /(mega-enlace|acortados).com/

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 92.4.6 // @version 92.4.7
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle
@ -753,6 +753,7 @@
// @include /animesgd.net/ // @include /animesgd.net/
// @include /tucinehd.com\/links/ // @include /tucinehd.com\/links/
// @include /render-state.to\/download\/\?link=/ // @include /render-state.to\/download\/\?link=/
// @include /www.lanoticia.cc/
// @include /filecrypt.(cc|co)/ // @include /filecrypt.(cc|co)/
// @include /^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/ // @include /^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/
// @include /(mega-enlace|acortados).com/ // @include /(mega-enlace|acortados).com/
@ -2440,6 +2441,12 @@
} }
}) : null; }) : null;
// pelismkvhd.com
/www.lanoticia.cc/.test(url) ? afterDOMLoaded(function() {
clickIfNotDisabled('#invisibleCaptchaShortlink');
redirectIfNotDisabled('a.get-link');
}) : null;
})(); })();
(function() { (function() {

View file

@ -170,6 +170,7 @@
// @include /animesgd.net/ // @include /animesgd.net/
// @include /tucinehd.com\/links/ // @include /tucinehd.com\/links/
// @include /render-state.to\/download\/\?link=/ // @include /render-state.to\/download\/\?link=/
// @include /www.lanoticia.cc/
// @run-at document-start // @run-at document-start
// ==/UserScript== // ==/UserScript==
@ -829,6 +830,12 @@
} }
}) : null; }) : null;
// pelismkvhd.com
/www.lanoticia.cc/.test(url) ? afterDOMLoaded(function() {
clickIfNotDisabled('#invisibleCaptchaShortlink');
redirectIfNotDisabled('a.get-link');
}) : null;
})(); })();
(function() { (function() {

View file

@ -733,6 +733,7 @@ https://paster.so/*
/animesgd.net/ /animesgd.net/
/tucinehd.com\/links/ /tucinehd.com\/links/
/render-state.to\/download\/\?link=/ /render-state.to\/download\/\?link=/
/www.lanoticia.cc/
/filecrypt.(cc|co)/ /filecrypt.(cc|co)/
/^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/ /^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/
/(mega-enlace|acortados).com/ /(mega-enlace|acortados).com/