mirror of
https://github.com/goodtube4u/goodtube.git
synced 2025-11-22 10:16:11 +00:00
Test
This commit is contained in:
@@ -2465,6 +2465,17 @@
|
||||
// Change the background colour
|
||||
document.body.style.background = '#000000';
|
||||
|
||||
// Add an overlay just in case
|
||||
let overlay = document.createElement('div');
|
||||
document.body.appendChild(overlay);
|
||||
overlay.style.position = 'fixed';
|
||||
youtubeIframe.style.top = '0';
|
||||
youtubeIframe.style.bottom = '0';
|
||||
youtubeIframe.style.right = '0';
|
||||
youtubeIframe.style.left = '0';
|
||||
youtubeIframe.style.zIndex = '99998';
|
||||
|
||||
|
||||
// Create a youtube iframe
|
||||
let youtubeIframe = document.createElement('div');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user