From d9c6e2ca0561a269fdc5d3ad59d86fd31a94f221 Mon Sep 17 00:00:00 2001 From: itdominator <1itdominator@gmail.com> Date: Sat, 20 Aug 2022 20:47:16 -0500 Subject: [PATCH] Updated quality detection range --- README.md | 5 ++--- src/inject.js | 4 ++-- src/manifest.json | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 04b8ca3..ff9cecf 100644 --- a/README.md +++ b/README.md @@ -12,9 +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.8 -* Updated attribute search -* Updated getUrl method caller +# Version: 1.5.9 +* Updated quality detection range # Download https://addons.mozilla.org/en-US/firefox/addon/better-youtube-plus/ diff --git a/src/inject.js b/src/inject.js index f291f41..3ceed3b 100644 --- a/src/inject.js +++ b/src/inject.js @@ -5,8 +5,8 @@ const prefs = { hd: true, once: false, - higher: true, - quality: "hd1080", + higher: false, + quality: ["hd1080", 'hd720', 'auto'], log: false, highFramerate: true }; diff --git a/src/manifest.json b/src/manifest.json index 29cc596..cfb1d09 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Better Youtube +", - "version": "1.5.8", + "version": "1.5.9", "description": "Enhancements for Youtube to have a better experience.", "applications": {