Removed background color change since YouTube has a dark mode now.
This commit is contained in:
parent
47349f2246
commit
80a46e8117
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Better Youtube +",
|
||||
"version": "1.2.6",
|
||||
"version": "1.2.8",
|
||||
"description": "Enhancements for Youtube to have a better experience.",
|
||||
|
||||
"applications": {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue