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);