From 63edb33ced3ba3231d039e1e933f0d40bce5f271 Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Wed, 16 Oct 2024 22:30:25 +0200 Subject: [PATCH] small comment fix --- Bypass_All_Shortlinks.user.js | 2 +- extra_bypasses/extra_bypasses.user.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index a7842c1..d79faeb 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -1815,7 +1815,7 @@ /^https:\/\/(fc-lc.xyz)\/.*$/.test(url) ? afterWindowLoaded(function() { clickIfExists('#invisibleCaptchaShortlink'); }) : null; - //type 1:https://fc-lc.com/eA2fk - https://github.com/uBlockOrigin/uAssets/pull/20826 - https://github.com/uBlockOrigin/uAssets/issues/25210 + //type 1:https://fc-lc.xyz/aPxvk which leads to fitdynamos.com - https://github.com/uBlockOrigin/uAssets/pull/20826 - https://github.com/uBlockOrigin/uAssets/issues/25210 //(different from type2: https://fc-lc.xyz/ymUtEPUB which leads to gamezizo.com, https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-8736277, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/162) /^https:\/\/(fitdynamos.com)\/.*$/.test(url) ? afterWindowLoaded(function() { clickIfExists('#next'); diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index 316f965..f8b2f7e 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -323,7 +323,7 @@ /^https:\/\/(fc-lc.xyz)\/.*$/.test(url) ? afterWindowLoaded(function() { clickIfExists('#invisibleCaptchaShortlink'); }) : null; - //type 1:https://fc-lc.com/eA2fk - https://github.com/uBlockOrigin/uAssets/pull/20826 - https://github.com/uBlockOrigin/uAssets/issues/25210 + //type 1:https://fc-lc.xyz/aPxvk which leads to fitdynamos.com - https://github.com/uBlockOrigin/uAssets/pull/20826 - https://github.com/uBlockOrigin/uAssets/issues/25210 //(different from type2: https://fc-lc.xyz/ymUtEPUB which leads to gamezizo.com, https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-8736277, https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/162) /^https:\/\/(fitdynamos.com)\/.*$/.test(url) ? afterWindowLoaded(function() { clickIfExists('#next');