mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 16:33:02 +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
|
// @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/
|
||||||
|
|
|
@ -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() {
|
||||||
|
|
|
@ -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() {
|
||||||
|
|
|
@ -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/
|
||||||
|
|
Loading…
Reference in a new issue