mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-28 07:53:01 +05:00
skip mastramstories
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/168
This commit is contained in:
parent
ccdd20b840
commit
5e3de41682
4 changed files with 18 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
// @run-at document-start
|
||||
// @author Amm0ni4
|
||||
// @noframes
|
||||
// @version 92.8.7
|
||||
// @version 92.8.8
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -728,6 +728,8 @@
|
|||
// @include /earnbox.sattakingcharts.in/
|
||||
// @include /set.seturl.in/
|
||||
// @include /wikijankari.com/
|
||||
// @include /links.kmhd.net\/file/
|
||||
// @include /mastramstories.com\/api.php\?api/
|
||||
// @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.7
|
||||
// @version 92.8.8
|
||||
// @grant GM_setValue
|
||||
// @grant GM_getValue
|
||||
// @grant GM_addStyle
|
||||
|
@ -728,6 +728,8 @@
|
|||
// @include /earnbox.sattakingcharts.in/
|
||||
// @include /set.seturl.in/
|
||||
// @include /wikijankari.com/
|
||||
// @include /links.kmhd.net\/file/
|
||||
// @include /mastramstories.com\/api.php\?api/
|
||||
// @include /filecrypt.(cc|co)/
|
||||
// @include /^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/
|
||||
// @include /(mega-enlace|acortados).com/
|
||||
|
@ -2373,6 +2375,10 @@
|
|||
redirectIfNotDisabled('a.get-link');
|
||||
}) : null;
|
||||
|
||||
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/168
|
||||
/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;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -178,6 +178,8 @@
|
|||
// @include /earnbox.sattakingcharts.in/
|
||||
// @include /set.seturl.in/
|
||||
// @include /wikijankari.com/
|
||||
// @include /links.kmhd.net\/file/
|
||||
// @include /mastramstories.com\/api.php\?api/
|
||||
// @run-at document-start
|
||||
// ==/UserScript==
|
||||
|
||||
|
@ -881,6 +883,10 @@
|
|||
redirectIfNotDisabled('a.get-link');
|
||||
}) : null;
|
||||
|
||||
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/168
|
||||
/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;
|
||||
|
||||
})();
|
||||
|
||||
(function() {
|
||||
|
|
|
@ -708,6 +708,8 @@ https://paster.so/*
|
|||
/earnbox.sattakingcharts.in/
|
||||
/set.seturl.in/
|
||||
/wikijankari.com/
|
||||
/links.kmhd.net\/file/
|
||||
/mastramstories.com\/api.php\?api/
|
||||
/filecrypt.(cc|co)/
|
||||
/^(https?:\/\/)(?!(bypass.city|adbypass.org))(linkvertise.com|(linkvertise|link-to).net)/
|
||||
/(mega-enlace|acortados).com/
|
||||
|
|
Loading…
Reference in a new issue