updated attributes

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

View File

@ -12,8 +12,8 @@ Better YouTube + works to improve the YouTube experience by providing quick acce
* It shows volume level as you scroll.
* It lets Unix, Linux, and MacOS systems have the ability to download the video using native app calls.
# Version: 1.5.7
* Added injection script to default to 1080p playback
# Version: 1.5.8
* Updated attribute search
# Download
https://addons.mozilla.org/en-US/firefox/addon/better-youtube-plus/

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