From 7631cceb3d3d35bf350cce0841f435c45d8b5a6a Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Fri, 5 Apr 2024 00:15:36 +0200 Subject: [PATCH] added note --- Bypass_All_Shortlinks.user.js | 4 ++-- extra_bypasses/extra_bypasses.user.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Bypass_All_Shortlinks.user.js b/Bypass_All_Shortlinks.user.js index 466ccd8..847ad94 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -2280,7 +2280,7 @@ link.href = atob(link.getAttribute('href').split('?url=')[1]); }); }) : null; - // https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/21 + // dramaday.me - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/21 /besargaji.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn-1')}) : null; /besargaji.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn-2')}) : null; /moneyblink.com\/ready\/go\?u=/.test(url)? redirect(atob(url.split('?u=')[1])) : null; @@ -2301,7 +2301,7 @@ // psa.wf (adding here stuff missing from the main script) /motakhokhara.blogspot.com/.test(url) ? boostTimers() : null; - // https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/21 + // dramaday.me - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/21 /besargaji.com/.test(url) ? boostTimers() : null; })(); diff --git a/extra_bypasses/extra_bypasses.user.js b/extra_bypasses/extra_bypasses.user.js index 9880b37..a674dbe 100644 --- a/extra_bypasses/extra_bypasses.user.js +++ b/extra_bypasses/extra_bypasses.user.js @@ -566,7 +566,7 @@ link.href = atob(link.getAttribute('href').split('?url=')[1]); }); }) : null; - // https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/21 + // dramaday.me - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/21 /besargaji.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn-1')}) : null; /besargaji.com/.test(url) ? afterDOMLoaded(function() {clickIfExists('#btn-2')}) : null; /moneyblink.com\/ready\/go\?u=/.test(url)? redirect(atob(url.split('?u=')[1])) : null; @@ -587,7 +587,7 @@ // psa.wf (adding here stuff missing from the main script) /motakhokhara.blogspot.com/.test(url) ? boostTimers() : null; - // https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/21 + // dramaday.me - https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated/issues/21 /besargaji.com/.test(url) ? boostTimers() : null; })();