refactored, added volume indicator on scroll, added endless play mode

This commit is contained in:
2020-05-15 20:36:21 -05:00
parent faed6edee5
commit d845c9ce4f
9 changed files with 301 additions and 238 deletions

View File

@@ -4,18 +4,29 @@ Better YouTube + works to improve the YouTube experience by providing quick acce
* It allows quick thumbnail access of the video.
* It allows setting the loop mode easily.
* It allows setting the loop mode to a ranged set.
* It allows the video to be toggled to fixed or floating with drag functionality.
* It allows the video to be toggled to fixed or floating. (With drag functionality!)
* It allows volume control through the mouse-wheel when hovering over the player.
* It allows for quick access to the YouTube video slug.
* It lets Unix, Linux, and MacOS systems the ability to download the video using native app calls.
* It allows for NonStop watch mode. (i.e, no "Are you still there?" dialog.)
* 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.4.3
* Added mutation observation for (un)fullscreen action.
* Cleaned up some log cruft and fixed CSS...
# Version: 1.5.0
* Refactored code.
* Resolved volume change not always sticking on Linux. (I think fixed...)
* Added a quick volume indicator when scrolling.
* Added NonStop watch mode.
# Download
https://addons.mozilla.org/en-US/firefox/addon/better-youtube-plus/
# Images
![1 Controls... ](images/pic1.png)
![2 Thumbnail list... ](images/pic2.png)
![3 Secondary controls... ](images/pic3.png)
![4 Video in float mode... ](images/pic4.png)
![5 Video moved around in float mode... ](images/pic5.png)
# NOTE
On *Nix systems download youtube-dl and use provided app in this repo to download videos.