From f134cdf0172dcd856afdc2195a3dd840d075c39e Mon Sep 17 00:00:00 2001 From: Amm0ni4 Date: Fri, 22 Mar 2024 13:28:44 +0100 Subject: [PATCH] update info msg --- Bypass_All_Shortlinks.user.js | 2 +- extra_bypasses/loot-link_bypasser.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 2055ff6..b52e56e 100644 --- a/Bypass_All_Shortlinks.user.js +++ b/Bypass_All_Shortlinks.user.js @@ -2264,7 +2264,7 @@ const overlay = document.createElement('div'); overlay.id = 'bypassOverlay'; overlay.style.cssText = 'position:fixed;top:0;left:0;background:rgba(0,0,0,0.5);padding:20px;z-index:9999;'; - overlay.innerHTML = '

Bypassing with userscript...

'; + overlay.innerHTML = '

Bypassing with userscript...(it takes 5-10s)

'; document.body.appendChild(overlay); }}, 1000); diff --git a/extra_bypasses/loot-link_bypasser.user.js b/extra_bypasses/loot-link_bypasser.user.js index 74a06d9..da082ae 100644 --- a/extra_bypasses/loot-link_bypasser.user.js +++ b/extra_bypasses/loot-link_bypasser.user.js @@ -17,7 +17,7 @@ const overlay = document.createElement('div'); overlay.id = 'bypassOverlay'; overlay.style.cssText = 'position:fixed;top:0;left:0;background:rgba(0,0,0,0.5);padding:20px;z-index:9999;'; - overlay.innerHTML = '

Bypassing with userscript...

'; + overlay.innerHTML = '

Bypassing with userscript...(it takes 5-10s)

'; document.body.appendChild(overlay); }}, 1000);