mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-31 06:57:29 +05:00
fix animedekho.in
This commit is contained in:
parent
623bc39177
commit
00459b22fa
4 changed files with 20 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.8.32
|
||||
// @version 92.8.33
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -745,6 +745,7 @@
|
|||
// @include /techkhulasha.com/
|
||||
// @include /golink.bloggerishyt.in/
|
||||
// @include /skillheadlines.in/
|
||||
// @include /psccapk.in|secure.bgmiupdate.com.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.32
|
||||
// @version 92.8.33
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -745,6 +745,7 @@
|
|||
// @include /techkhulasha.com/
|
||||
// @include /golink.bloggerishyt.in/
|
||||
// @include /skillheadlines.in/
|
||||
// @include /psccapk.in|secure.bgmiupdate.com.in/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
|
@ -1802,6 +1803,13 @@
|
|||
/earnbox.sattakingcharts.in/.test(url) ? afterDOMLoaded(function() {clickIfExists('#tp-snp2')}) : null;
|
||||
/set.seturl.in/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||
|
||||
// seturl.in used by animedekho.in
|
||||
/psccapk.in|secure.bgmiupdate.com.in/.test(url) ? afterDOMLoaded(function() {
|
||||
window.count = 0;
|
||||
clickIfExists('#tp-snp2');
|
||||
clickIfExists('#cross-snp2');
|
||||
}) : null;
|
||||
|
||||
// linkneverdie.net
|
||||
/techtnet.com/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
||||
/techtnet.com/.test(url) ? afterDOMLoaded(function() {redirectIfExists('#originalLink')}) : null;
|
||||
|
|
|
@ -195,6 +195,7 @@
|
|||
// @match https://www.techkhulasha.com/*
|
||||
// @include /golink.bloggerishyt.in/
|
||||
// @include /skillheadlines.in/
|
||||
// @include /psccapk.in|secure.bgmiupdate.com.in/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -310,6 +311,13 @@
|
|||
/earnbox.sattakingcharts.in/.test(url) ? afterDOMLoaded(function() {clickIfExists('#tp-snp2')}) : null;
|
||||
/set.seturl.in/.test(url) ? afterDOMLoaded(function() {redirectIfNotDisabled('a.get-link')}) : null;
|
||||
|
||||
// seturl.in used by animedekho.in
|
||||
/psccapk.in|secure.bgmiupdate.com.in/.test(url) ? afterDOMLoaded(function() {
|
||||
window.count = 0;
|
||||
clickIfExists('#tp-snp2');
|
||||
clickIfExists('#cross-snp2');
|
||||
}) : null;
|
||||
|
||||
// linkneverdie.net
|
||||
/techtnet.com/.test(url) ? afterDOMLoaded(function() {clickIfNotDisabled('#invisibleCaptchaShortlink')}) : null;
|
||||
/techtnet.com/.test(url) ? afterDOMLoaded(function() {redirectIfExists('#originalLink')}) : null;
|
||||
|
|
|
@ -725,6 +725,7 @@ https://paster.so/*
|
|||
/techkhulasha.com/
|
||||
/golink.bloggerishyt.in/
|
||||
/skillheadlines.in/
|
||||
/psccapk.in|secure.bgmiupdate.com.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