mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
add pelismkvhd
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/134
This commit is contained in:
parent
d1ded6f7e7
commit
8c7809d337
4 changed files with 18 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.4.6
|
||||
// @version 92.4.7
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -753,6 +753,7 @@
|
|||
// @include /animesgd.net/
|
||||
// @include /tucinehd.com\/links/
|
||||
// @include /render-state.to\/download\/\?link=/
|
||||
// @include /www.lanoticia.cc/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.4.6
|
||||
// @version 92.4.7
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -753,6 +753,7 @@
|
|||
// @include /animesgd.net/
|
||||
// @include /tucinehd.com\/links/
|
||||
// @include /render-state.to\/download\/\?link=/
|
||||
// @include /www.lanoticia.cc/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
|
@ -2440,6 +2441,12 @@
|
|||
}
|
||||
}) : null;
|
||||
|
||||
// pelismkvhd.com
|
||||
/www.lanoticia.cc/.test(url) ? afterDOMLoaded(function() {
|
||||
clickIfNotDisabled('#invisibleCaptchaShortlink');
|
||||
redirectIfNotDisabled('a.get-link');
|
||||
}) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -170,6 +170,7 @@
|
|||
// @include /animesgd.net/
|
||||
// @include /tucinehd.com\/links/
|
||||
// @include /render-state.to\/download\/\?link=/
|
||||
// @include /www.lanoticia.cc/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -829,6 +830,12 @@
|
|||
}
|
||||
}) : null;
|
||||
|
||||
// pelismkvhd.com
|
||||
/www.lanoticia.cc/.test(url) ? afterDOMLoaded(function() {
|
||||
clickIfNotDisabled('#invisibleCaptchaShortlink');
|
||||
redirectIfNotDisabled('a.get-link');
|
||||
}) : null;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -733,6 +733,7 @@ https://paster.so/*
|
|||
/animesgd.net/
|
||||
/tucinehd.com\/links/
|
||||
/render-state.to\/download\/\?link=/
|
||||
/www.lanoticia.cc/
|
||||
/filecrypt.(cc|co)/
|
||||
/^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/
|
||||
/(mega-enlace|acortados).com/
|
||||
|
|
Loading…
Reference in a new issue