updated attributes

This commit is contained in:
2021-08-26 17:17:00 -05:00
parent 7d15cf00b4
commit ec46bd5302
3 changed files with 4 additions and 4 deletions

View File

@@ -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": {

View File

@@ -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";