Fixed floating container, added ranged loop, removed old code.

This commit is contained in:
2018-12-28 01:47:28 -06:00
parent e4133ffa3a
commit 0f215bb645
4 changed files with 133 additions and 36 deletions

View File

@@ -4,6 +4,7 @@ Better YouTube + works to improve the YouTube experience by providing quick acce
<br/>
* 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 volume control through the mouse-wheel when hovering over the player.
* It allows for quick access to the YouTube video slug.
@@ -11,5 +12,7 @@ Better YouTube + works to improve the YouTube experience by providing quick acce
# Download
https://addons.mozilla.org/en-US/firefox/addon/better-youtube-plus/
# Version: 1.3.0
Fixed video player in full-screen being behind controls.
# Version: 1.3.5
Added ranged loop feature.
Fixed finally floating video issues.
Removed non-working image onerror signals.