Changelog — YouTube Theater Fill
1.3.0
Add @exclude rules for https://*.youtube.com/embed/* and https://music.youtube.com/*.
Add metadata: @homepageURL, @supportURL, and @icon.
Keep fullscreen-only header cover behavior (activates on fullscreenchange, deactivates on exit).
Stateless: no menu, no localStorage persistence.
1.2.0
Remove menu toggle and localStorage. Behavior is now automatic and stateless.
Auto-cover header only while in fullscreen to avoid stray black bars; revert on exit.
Listen to fullscreenchange (plus webkit/moz/MS variants) for broader compatibility.
1.1.0
Add an optional Tampermonkey menu command to toggle the header cover.
Persist header cover preference to localStorage (ytf-cover-enabled).
Minor internal cleanup and consistent version log messages.
1.0.0
Initial release.
Auto-enable Theater mode on watch pages and resize the player to fill the viewport height.
Support both ytd-watch-flexy and ytd-watch-grid; remove ambient cinematics that interfere with sizing.
Robust SPA awareness: re-apply on YouTube navigation events and after a short delay.
Calculate header offset and scroll-to-top to keep the player fully visible.
Included header cover CSS and an internal toggleCover() helper (default off, no UI exposed in this version).