Tweaks for YouTube: New version 3.85.0
What’s New
Clean Player
The “Scroll for details” option has been renamed to “Scroll for details / More videos.” It now hides the “More videos” button in the new player UI.Mouse and Keyboard Control
New actions: Cycle player controls mode, Toggle autoplay switch - turn off, and Toggle disable auto pause.Custom Time Display in Player & Video Playback Info
New “%sb_duration” keyword – when you’re using the SponsorBlock extension with the “Show time with skips removed” option enabled, it displays the total video duration minus any skipped segments.
Fixes
Expanded cinema mode (with “Hidden Header” enabled)
Audio - Auto Gain (it's now disabled when the “Stable volume” option is available and turned on)
Content filters: Live - Related videos, Watched - Related videos
Transparent Video Description And Buttons (addressed a performance issue)
Temporary Fix
Expanded Cinema Mode (with “Hidden Header” disabled)
This issue will be fixed in v3.85.1 in the next few days (it already is in Firefox), but currently you can add the following code on the Options Page > Custom CSS And JS > CSS (first box):
html[data-twfyt-theater] ytd-watch-flexy[theater] #full-bleed-container.ytd-watch-flexy { height: calc(100vh - var(--ytd-watch-flexy-masthead-height)) !important; max-height: calc(100vh - var(--ytd-watch-flexy-masthead-height)) !important; }
