From f1c99735a1f36c39fbc2b25bb50d490f83757ad2 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Sat, 23 Mar 2024 05:20:42 +0100 Subject: [PATCH] address issue adding autoclick addressed https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/12 --- 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 2bc04ab..31513a9 100644 --- a/Bypass_All_Shortlinks.meta.js +++ b/Bypass_All_Shortlinks.meta.js @@ -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)\/.*$/ diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 27425ac..392fd6b 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -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() { diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index 1daf27d..1f0507f 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -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() { diff --git a/supported_sites.txt b/supported_sites.txt index 0ebf65c..fcf3b31 100644 --- a/supported_sites.txt +++ b/supported_sites.txt @@ -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)\/.*$/