Youtube UI Fix

Moves the controls under the video and makes the UI look like it was before august 2015

< 脚本Youtube UI Fix的反馈

评价:好评 - 脚本运行良好

§
发表于:2025-02-25

This was EXACTLY what I was looking for! And I just knew that there would be a Userscript implementation of it. Thanks for doing this.

I agree with the user below, that the "preview" pop-up, that shows when you hover over the timeline, could indeed be moved a bit further down. It's still showing at the previous location, which is much higher than needed.
But such a small thing is hardly enough to warrant an "OK" as opposed to a "Good"!

Thank you once again for your work.

§
发表于:2025-03-31
编辑于:2025-03-31

Adds two lines after 235 to omit the pop-up preview frames. Closer to the progress bar.

/*🖼️ //userstyles.world/style/10711/youtube-theater */

css += ".html5-video-player:not(.ytp-embed):not(.ytp-fullscreen) .ytp-tooltip {top: initial !important; bottom: 80px !important;}\n";

css += ".html5-video-player:not(.ytp-embed):not(.ytp-fullscreen) .ytp-tooltip-text { position: relative; top: 0px;}\n";

236

发表回复

登录以发表回复。