Removed background color change since YouTube has a dark mode now.
This commit is contained in:
@@ -44,10 +44,6 @@ function betterYoutubePlus() {
|
||||
ytASdDefaultImg = document.createElement("A");
|
||||
|
||||
// Get nodes for page work
|
||||
mastHead = document.getElementById("masthead-container")
|
||||
.getElementsByClassName("style-scope ytd-masthead")[3]; // Search bar area
|
||||
mainContentArea = document.getElementsByTagName("ytd-watch")[0]; // BT control insert area and bg color setup
|
||||
|
||||
containerOfPlyrWndow = document.getElementById("player-container"); // Container of actual player - Used for floating window
|
||||
part = "https://img.youtube.com/vi/";
|
||||
|
||||
@@ -105,8 +101,6 @@ function betterYoutubePlus() {
|
||||
ytEnhancerMenu.id = "enhancerMenuIDRef";
|
||||
poppedContainer.id = "draggable";
|
||||
poppedContainer.style.display = "none";
|
||||
mastHead.style = "background: #868686;";
|
||||
mainContentArea.style = "background: #868686;";
|
||||
}
|
||||
|
||||
// Functions
|
||||
|
Reference in New Issue
Block a user