mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-30 22:57:26 +05:00
add bypass for katmoviehd.wales
This commit is contained in:
parent
07af60b83c
commit
81007d5aae
4 changed files with 12 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.4.34
|
||||
// @version 93.4.35
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -683,7 +683,7 @@
|
|||
// @include /secure.moderngyan.com/
|
||||
// @include /earnbox.sattakingcharts.in/
|
||||
// @include /set.seturl.in/
|
||||
// @include /links.kmhd.net\/file/
|
||||
// @include /links.kmhd.net/
|
||||
// @include /mastramstories.com\/api.php\?api/
|
||||
// @include /onlinetntextbooks.com/
|
||||
// @include /www.saferoms.com\/\?go=/
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 93.4.34
|
||||
// @version 93.4.35
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -683,7 +683,7 @@
|
|||
// @include /secure.moderngyan.com/
|
||||
// @include /earnbox.sattakingcharts.in/
|
||||
// @include /set.seturl.in/
|
||||
// @include /links.kmhd.net\/file/
|
||||
// @include /links.kmhd.net/
|
||||
// @include /mastramstories.com\/api.php\?api/
|
||||
// @include /onlinetntextbooks.com/
|
||||
// @include /www.saferoms.com\/\?go=/
|
||||
|
@ -2568,6 +2568,9 @@
|
|||
/mastramstories.com\/api.php\?api/.test(url) ? redirect(atob(url.split('?api=')[1])) : null;
|
||||
/links.kmhd.net\/file/.test(url) ? afterDOMLoaded(function() {clickIfExists('button.inline-flex');}) : null;
|
||||
|
||||
// katmoviehd.wales
|
||||
/links.kmhd.net\/locked\?redirect=/.test(url) ? afterDOMLoaded(function() {clickIfExists('button.inline-flex');}) : null;
|
||||
|
||||
// saferoms.com
|
||||
/www.saferoms.com\/\?go=/.test(url) ? afterDOMLoaded(function() {
|
||||
let dlLink = document.querySelector('#wpsafe-link > a:nth-child(1)').href;
|
||||
|
|
|
@ -174,7 +174,7 @@
|
|||
// @include /secure.moderngyan.com/
|
||||
// @include /earnbox.sattakingcharts.in/
|
||||
// @include /set.seturl.in/
|
||||
// @include /links.kmhd.net\/file/
|
||||
// @include /links.kmhd.net/
|
||||
// @include /mastramstories.com\/api.php\?api/
|
||||
// @include /onlinetntextbooks.com/
|
||||
// @include /www.saferoms.com\/\?go=/
|
||||
|
@ -1128,6 +1128,9 @@
|
|||
/mastramstories.com\/api.php\?api/.test(url) ? redirect(atob(url.split('?api=')[1])) : null;
|
||||
/links.kmhd.net\/file/.test(url) ? afterDOMLoaded(function() {clickIfExists('button.inline-flex');}) : null;
|
||||
|
||||
// katmoviehd.wales
|
||||
/links.kmhd.net\/locked\?redirect=/.test(url) ? afterDOMLoaded(function() {clickIfExists('button.inline-flex');}) : null;
|
||||
|
||||
// saferoms.com
|
||||
/www.saferoms.com\/\?go=/.test(url) ? afterDOMLoaded(function() {
|
||||
let dlLink = document.querySelector('#wpsafe-link > a:nth-child(1)').href;
|
||||
|
|
|
@ -664,7 +664,7 @@ https://paster.so/*
|
|||
/secure.moderngyan.com/
|
||||
/earnbox.sattakingcharts.in/
|
||||
/set.seturl.in/
|
||||
/links.kmhd.net\/file/
|
||||
/links.kmhd.net/
|
||||
/mastramstories.com\/api.php\?api/
|
||||
/onlinetntextbooks.com/
|
||||
/www.saferoms.com\/\?go=/
|
||||
|
|
Loading…
Reference in a new issue