address issue adding autoclick

addressed https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/12
This commit is contained in:
Amm0ni4 2024-03-23 05:20:42 +01:00
parent 6a1a467fe1
commit f1c99735a1
4 changed files with 12 additions and 2 deletions

View file

@ -3,7 +3,7 @@
// @namespace Violentmonkey Scripts
// @run-at document-start
// @author Amm0ni4
// @version 91.6.8
// @version 91.6.9
// @noframes
// @grant GM_setValue
// @grant GM_getValue
@ -755,6 +755,7 @@
// @include /loanoffering.in/
// @include /modijiurl.com/
// @include /4hi.in/
// @include /lnk.news/
// @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
// @include /mega-enlace.com/
// @include /(work.ink|workink.click)\/.*$/

View file

@ -3,7 +3,7 @@
// @namespace Violentmonkey Scripts
// @run-at document-start
// @author Amm0ni4
// @version 91.6.8
// @version 91.6.9
// @noframes
// @grant GM_setValue
// @grant GM_getValue
@ -755,6 +755,7 @@
// @include /loanoffering.in/
// @include /modijiurl.com/
// @include /4hi.in/
// @include /lnk.news/
// @include /(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
// @include /mega-enlace.com/
// @include /(work.ink|workink.click)\/.*$/
@ -2248,6 +2249,9 @@
clickIfNotDisabled('#invisibleCaptchaShortlink');
redirectIfNotDisabled('a.get-link'); })}
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/12
/lnk.news/.test(url) ? afterDOMLoaded(function() {clickIfExists('#csubmit')}) : null;
})();
(function() {

View file

@ -114,6 +114,7 @@
// @include /loanoffering.in/
// @include /modijiurl.com/
// @include /4hi.in/
// @include /lnk.news/
// @run-at document-start
// ==/UserScript==
@ -531,6 +532,9 @@
clickIfNotDisabled('#invisibleCaptchaShortlink');
redirectIfNotDisabled('a.get-link'); })}
// https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/12
/lnk.news/.test(url) ? afterDOMLoaded(function() {clickIfExists('#csubmit')}) : null;
})();
(function() {

View file

@ -735,6 +735,7 @@ r1.foxylinks.site
/loanoffering.in/
/modijiurl.com/
/4hi.in/
/lnk.news/
/(loot-link.com|loot-links.com|lootlink.org|lootlinks.co|lootdest.(info|org|com)|links-loot.com|linksloot.net)\/s\?.*$/
/mega-enlace.com/
/(work.ink|workink.click)\/.*$/