mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-27 23:43:02 +05:00
update info msg
This commit is contained in:
parent
b1d3036aed
commit
f134cdf017
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue