YePpHa / YouTubeCenter

YouTube Center is a userscript designed to expand the functionality of YouTube. It includes the ability to download the video you're watching, auto selecting your preferred video quality and much more.
MIT License
2.89k stars 519 forks source link

[Feature Request] Option to move player controls below video (new html5 player) #1991

Open Oddish opened 9 years ago

Oddish commented 9 years ago

I'm very annoyed at the new html5 player which puts the player controls on top of the video and auto shows them on hover. No longer can I see the length of the video and how much is left of it, without hovering the mouse over the video. I don't know if it's possible but I would LOVE and option in YTC that would move the controls below the video and get rid of the auto hide/show.

Yonezpt commented 9 years ago

It is possible, however the time and progress bar will "freeze" whenever the mouse is not over the video. This is per their design.

ackern commented 9 years ago

I agree the new design is a catastrophe.. There's really no way to get the old style back?

Yonezpt commented 9 years ago

For now the only way of getting the old style back is by using the flash player, it is still using the previous layout.

Piter432 commented 9 years ago

@Yonezpt Nope. We can move player controls below video on new HTML5 player, because of this > https://greasyfork.org/pl/scripts/11485-youtube-new-ui-fix < userscript.

Edit

God damn it :/ I tagged by accident other guy with similar nickname showing in my Gmail :/ Sorry, @ParticleCore if you see I tagged you here! :)

Yonezpt commented 9 years ago

@Piter432 I never said it was not possible. The issue with the solution in the script you linked is that it will impact performance, especially noticeable for people that have slower computers. It is not a good solution and will result in people complaining about how the script is eating their resources.

I leave this up to YePpHa, maybe he knows of a better way.