From 147b71f713caf3ad7c0e2fa2c728be67ed866a82 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Wed, 8 Jan 2025 01:29:12 +0100 Subject: [PATCH] add missing autoclick for kisalt https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/213 --- Bypass_All_Shortlinks.meta.js | 3 ++- Bypass_All_Shortlinks.user.js | 6 +++++- extra_bypasses/extra_bypasses.user.js | 4 ++++ supported_sites.txt | 1 + 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Bypass_All_Shortlinks.meta.js b/Bypass_All_Shortlinks.meta.js index 92e3608..cc79cc6 100644 --- a/Bypass_All_Shortlinks.meta.js +++ b/Bypass_All_Shortlinks.meta.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 93.4.7 +// @version 93.4.8 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -711,6 +711,7 @@ // @include /mendationforc.info/ // @include /paster.gg/ // @include /go.zovo.ink/ +// @include /^https:\/\/kisalt\.com\/.*/ // @include /filecrypt.(cc|co)/ // @include /(mega-enlace|acortados).com/ // @include /^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/ diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 28f2a10..4fbd42b 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -4,7 +4,7 @@ // @run-at document-start // @author Amm0ni4 // @noframes -// @version 93.4.7 +// @version 93.4.8 // @grant GM_setValue // @grant GM_getValue // @grant GM_addStyle @@ -711,6 +711,7 @@ // @include /mendationforc.info/ // @include /paster.gg/ // @include /go.zovo.ink/ +// @include /^https:\/\/kisalt\.com\/.*/ // @include /filecrypt.(cc|co)/ // @include /(mega-enlace|acortados).com/ // @include /^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/ @@ -2620,6 +2621,9 @@ redirectIfNotDisabled('a.get-link'); }) : null; + // kisalt - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/213 + /kisalt.com\/.*/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn.btn-primary');}) : null; + })(); (function() { diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index 40b029e..94cc4e9 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -207,6 +207,7 @@ // @include /mendationforc.info/ // @include /paster.gg/ // @include /go.zovo.ink/ +// @include /^https:\/\/kisalt\.com\/.*/ // @run-at document-start // ==/UserScript== @@ -1180,6 +1181,9 @@ redirectIfNotDisabled('a.get-link'); }) : null; + // kisalt - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/213 + /kisalt.com\/.*/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn.btn-primary');}) : null; + })(); (function() { diff --git a/supported_sites.txt b/supported_sites.txt index bb7f71f..f220344 100644 --- a/supported_sites.txt +++ b/supported_sites.txt @@ -692,6 +692,7 @@ https://paster.so/* /mendationforc.info/ /paster.gg/ /go.zovo.ink/ +/^https:\/\/kisalt\.com\/.*/ /filecrypt.(cc|co)/ /(mega-enlace|acortados).com/ /^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/