Releases: ZimbiX/youtube-fast-fullscreen-toggle
Releases · ZimbiX/youtube-fast-fullscreen-toggle
v2.10.0
v2.9.0
v2.8.0
v2.7.0
v2.6.0
v2.5.1
v2.5.0
v2.4.0
Fixed
- Fixed bug where leaving fullscreen was slow when run as a Chrome extension (rather than as a Tampermonkey script) due to the leaving fullscreen direction not being detected properly (#6)
Added
- Debug logging for fullscreen transition finish detection
Changed
- Delay a little upon entering fullscreen before showing the fluff again. This delay is not noticeable and improves reliability. I couldn't do this until recently, since the codepaths for entering/leaving fullscreen were not separated.
v2.3.1
v2.3.0
Fixed
- Works reliably across computers now and in Vivaldi, by detecting when the transition has actually finished rather than using a fixed time. This also means the fluff is shown again as quickly as possible.