add missing autoclick for kisalt

https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/213
This commit is contained in:
Amm0ni4 2025-01-08 01:29:12 +01:00
parent b46e715f4f
commit 147b71f713
4 changed files with 12 additions and 2 deletions

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 93.4.7 // @version 93.4.8
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle
@ -711,6 +711,7 @@
// @include /mendationforc.info/ // @include /mendationforc.info/
// @include /paster.gg/ // @include /paster.gg/
// @include /go.zovo.ink/ // @include /go.zovo.ink/
// @include /^https:\/\/kisalt\.com\/.*/
// @include /filecrypt.(cc|co)/ // @include /filecrypt.(cc|co)/
// @include /(mega-enlace|acortados).com/ // @include /(mega-enlace|acortados).com/
// @include /^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/ // @include /^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/

View file

@ -4,7 +4,7 @@
// @run-at document-start // @run-at document-start
// @author Amm0ni4 // @author Amm0ni4
// @noframes // @noframes
// @version 93.4.7 // @version 93.4.8
// @grant GM_setValue // @grant GM_setValue
// @grant GM_getValue // @grant GM_getValue
// @grant GM_addStyle // @grant GM_addStyle
@ -711,6 +711,7 @@
// @include /mendationforc.info/ // @include /mendationforc.info/
// @include /paster.gg/ // @include /paster.gg/
// @include /go.zovo.ink/ // @include /go.zovo.ink/
// @include /^https:\/\/kisalt\.com\/.*/
// @include /filecrypt.(cc|co)/ // @include /filecrypt.(cc|co)/
// @include /(mega-enlace|acortados).com/ // @include /(mega-enlace|acortados).com/
// @include /^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/ // @include /^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/
@ -2620,6 +2621,9 @@
redirectIfNotDisabled('a.get-link'); redirectIfNotDisabled('a.get-link');
}) : null; }) : null;
// kisalt - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/213
/kisalt.com\/.*/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn.btn-primary');}) : null;
})(); })();
(function() { (function() {

View file

@ -207,6 +207,7 @@
// @include /mendationforc.info/ // @include /mendationforc.info/
// @include /paster.gg/ // @include /paster.gg/
// @include /go.zovo.ink/ // @include /go.zovo.ink/
// @include /^https:\/\/kisalt\.com\/.*/
// @run-at document-start // @run-at document-start
// ==/UserScript== // ==/UserScript==
@ -1180,6 +1181,9 @@
redirectIfNotDisabled('a.get-link'); redirectIfNotDisabled('a.get-link');
}) : null; }) : null;
// kisalt - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/213
/kisalt.com\/.*/.test(url) ? afterDOMLoaded(function() {clickIfExists('.btn.btn-primary');}) : null;
})(); })();
(function() { (function() {

View file

@ -692,6 +692,7 @@ https://paster.so/*
/mendationforc.info/ /mendationforc.info/
/paster.gg/ /paster.gg/
/go.zovo.ink/ /go.zovo.ink/
/^https:\/\/kisalt\.com\/.*/
/filecrypt.(cc|co)/ /filecrypt.(cc|co)/
/(mega-enlace|acortados).com/ /(mega-enlace|acortados).com/
/^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/ /^https:\/\/.*\.(tradeshowrating.com|historyofyesterday.com|playonpc.online|quins.us)\/.*/