Moves the controls under the video and makes the UI look like it was before august 2015
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
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.