update info msg

This commit is contained in:
Amm0ni4 2024-03-22 13:28:44 +01:00
parent b1d3036aed
commit f134cdf017
2 changed files with 2 additions and 2 deletions

View file

@ -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 = '<h1 style="font-size:2em;color:white;margin:0;">Bypassing with userscript...</h1>';
overlay.innerHTML = '<h1 style="font-size:2em;color:white;margin:0;">Bypassing with userscript...(it takes 5-10s)</h1>';
document.body.appendChild(overlay);
}}, 1000);

View file

@ -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 = '<h1 style="font-size:2em;color:white;margin:0;">Bypassing with userscript...</h1>';
overlay.innerHTML = '<h1 style="font-size:2em;color:white;margin:0;">Bypassing with userscript...(it takes 5-10s)</h1>';
document.body.appendChild(overlay);
}}, 1000);