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,
|
"manifest_version": 2,
|
||||||
"name": "Better Youtube +",
|
"name": "Better Youtube +",
|
||||||
"version": "1.2.6",
|
"version": "1.2.8",
|
||||||
"description": "Enhancements for Youtube to have a better experience.",
|
"description": "Enhancements for Youtube to have a better experience.",
|
||||||
|
|
||||||
"applications": {
|
"applications": {
|
||||||
|
|
|
@ -44,10 +44,6 @@ function betterYoutubePlus() {
|
||||||
ytASdDefaultImg = document.createElement("A");
|
ytASdDefaultImg = document.createElement("A");
|
||||||
|
|
||||||
// Get nodes for page work
|
// 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
|
containerOfPlyrWndow = document.getElementById("player-container"); // Container of actual player - Used for floating window
|
||||||
part = "https://img.youtube.com/vi/";
|
part = "https://img.youtube.com/vi/";
|
||||||
|
|
||||||
|
@ -105,8 +101,6 @@ function betterYoutubePlus() {
|
||||||
ytEnhancerMenu.id = "enhancerMenuIDRef";
|
ytEnhancerMenu.id = "enhancerMenuIDRef";
|
||||||
poppedContainer.id = "draggable";
|
poppedContainer.id = "draggable";
|
||||||
poppedContainer.style.display = "none";
|
poppedContainer.style.display = "none";
|
||||||
mastHead.style = "background: #868686;";
|
|
||||||
mainContentArea.style = "background: #868686;";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Functions
|
// Functions
|
||||||
|
|
Loading…
Reference in New Issue