mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2025-01-19 01:13:47 +05:00
add missing autoclick for kisalt
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/213
This commit is contained in:
parent
b46e715f4f
commit
147b71f713
4 changed files with 12 additions and 2 deletions
|
@ -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)\/.*/
|
||||
|
|
|
@ -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() {
|
||||
|
|
|
@ -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() {
|
||||
|
|
|
@ -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)\/.*/
|
||||
|
|
Loading…
Reference in a new issue