updated attributes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Better Youtube +",
|
||||
"version": "1.5.7",
|
||||
"version": "1.5.8",
|
||||
"description": "Enhancements for Youtube to have a better experience.",
|
||||
|
||||
"applications": {
|
||||
|
@@ -220,7 +220,7 @@
|
||||
};
|
||||
|
||||
const controlsShowHideToggle = (elm) => {
|
||||
attrib = elm.getAttribute('masthead-hidden_');
|
||||
attrib = elm.getAttribute('masthead-hidden');
|
||||
if (attrib == null) { // if out of fullscreen
|
||||
ytEnhancerMenu.style.display = "block";
|
||||
ytEnhancerMenu2.style.display = "block";
|
||||
|
Reference in New Issue
Block a user