mirror of
https://codeberg.org/Amm0ni4/bypass-all-shortlinks-debloated.git
synced 2024-12-29 16:33:02 +05:00
minor fix to last commit
This commit is contained in:
parent
1d06c09007
commit
af0f9d9a78
2 changed files with 4 additions and 2 deletions
|
@ -2752,10 +2752,11 @@
|
|||
overlay.style.top = '50%';
|
||||
overlay.style.right = '20px'; // Adjusted to appear in the middle right corner
|
||||
overlay.style.transform = 'translateY(-50%)';
|
||||
overlay.style.backgroundColor = 'rgba(255, 255, 255, 0.9)';
|
||||
overlay.style.padding = '10px';
|
||||
overlay.style.borderRadius = '5px';
|
||||
overlay.style.zIndex = '9999';
|
||||
overlay.style.backgroundColor = 'rgba(0, 0, 0, 0.9)';
|
||||
overlay.style.color = '#fff';
|
||||
|
||||
// Add title
|
||||
const title = document.createElement('h3');
|
||||
|
|
|
@ -34,10 +34,11 @@
|
|||
overlay.style.top = '50%';
|
||||
overlay.style.right = '20px'; // Adjusted to appear in the middle right corner
|
||||
overlay.style.transform = 'translateY(-50%)';
|
||||
overlay.style.backgroundColor = 'rgba(255, 255, 255, 0.9)';
|
||||
overlay.style.padding = '10px';
|
||||
overlay.style.borderRadius = '5px';
|
||||
overlay.style.zIndex = '9999';
|
||||
overlay.style.backgroundColor = 'rgba(0, 0, 0, 0.9)';
|
||||
overlay.style.color = '#fff';
|
||||
|
||||
// Add title
|
||||
const title = document.createElement('h3');
|
||||
|
|
Loading…
Reference in a new issue