mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-31 06:57:29 +05:00
add animedekho.in
This commit is contained in:
parent
e046bd6b81
commit
73ab50c9aa
4 changed files with 34 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.8
|
||||
// @version 92.8.1
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -726,6 +726,9 @@
|
|||
// @include /altearnativasa.com/
|
||||
// @include /importantclass.com/
|
||||
// @include /bebkub.com/
|
||||
// @include /secure.moderngyan.com/
|
||||
// @include /earnbox.sattakingcharts.in/
|
||||
// @include /set.seturl.in/
|
||||
// @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.8
|
||||
// @version 92.8.1
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -726,6 +726,9 @@
|
|||
// @include /altearnativasa.com/
|
||||
// @include /importantclass.com/
|
||||
// @include /bebkub.com/
|
||||
// @include /secure.moderngyan.com/
|
||||
// @include /earnbox.sattakingcharts.in/
|
||||
// @include /set.seturl.in/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
|
@ -1772,6 +1775,16 @@
|
|||
}) : null;
|
||||
/go.moonlinks.in/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.btn')}) : null;
|
||||
|
||||
// animedekho.in
|
||||
/secure.moderngyan.com/.test(url) ? afterDOMLoaded(function() {
|
||||
clickWithDelay('a.button', 1000);
|
||||
clickWithDelay('#notarobot', 2000);
|
||||
redirectIfExists('#btn7');
|
||||
}) : null;
|
||||
// clicked by uBO already: /earning.bankshiksha.in/.test(url) ? afterDOMLoaded(function() {clickIfExists('#tp-snp2')}) : null;
|
||||
/earnbox.sattakingcharts.in/.test(url) ? afterDOMLoaded(function() {clickIfExists('#tp-snp2')}) : null;
|
||||
/set.seturl.in/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||
|
||||
// linkneverdie.net
|
||||
/techtnet.com/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
||||
/techtnet.com/.test(url) ? afterDOMLoaded(function() {redirectIfExists('#originalLink')}) : null;
|
||||
|
|
|
@ -175,6 +175,9 @@
|
|||
// @include /altearnativasa.com/
|
||||
// @include /importantclass.com/
|
||||
// @include /bebkub.com/
|
||||
// @include /secure.moderngyan.com/
|
||||
// @include /earnbox.sattakingcharts.in/
|
||||
// @include /set.seturl.in/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -280,6 +283,16 @@
|
|||
}) : null;
|
||||
/go.moonlinks.in/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.btn')}) : null;
|
||||
|
||||
// animedekho.in
|
||||
/secure.moderngyan.com/.test(url) ? afterDOMLoaded(function() {
|
||||
clickWithDelay('a.button', 1000);
|
||||
clickWithDelay('#notarobot', 2000);
|
||||
redirectIfExists('#btn7');
|
||||
}) : null;
|
||||
// clicked by uBO already: /earning.bankshiksha.in/.test(url) ? afterDOMLoaded(function() {clickIfExists('#tp-snp2')}) : null;
|
||||
/earnbox.sattakingcharts.in/.test(url) ? afterDOMLoaded(function() {clickIfExists('#tp-snp2')}) : null;
|
||||
/set.seturl.in/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||
|
||||
// linkneverdie.net
|
||||
/techtnet.com/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
||||
/techtnet.com/.test(url) ? afterDOMLoaded(function() {redirectIfExists('#originalLink')}) : null;
|
||||
|
|
|
@ -706,6 +706,9 @@ https://paster.so/*
|
|||
/altearnativasa.com/
|
||||
/importantclass.com/
|
||||
/bebkub.com/
|
||||
/secure.moderngyan.com/
|
||||
/earnbox.sattakingcharts.in/
|
||||
/set.seturl.in/
|
||||
/filecrypt.(cc|co)/
|
||||
/^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/
|
||||
/(mega-enlace|acortados).com/
|
||||
|
|
Loading…
Reference in a new issue