Youtube UI Fix

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

< Feedback on Youtube UI Fix

Review: Good - script works

§
Posted: 04.01.2016.

Volume bar hover.

Hello, thanks for the great script! I would like to request an option to have the volume bar always show, instead of displaying only when hovering over the speaker icon.

Roy192Author
§
Posted: 04.01.2016.
Edited: 04.01.2016.

Added it. The option for it should appear in the new version, in the playback options.

q1k
§
Posted: 13.06.2016.

Hey there,
I'm gonna write this here since it's related with the volume slider.
As you might have noticed the slider color is white, and it shouldn't be white.
So please take care of it.
Thanks.

Roy192Author
§
Posted: 13.06.2016.
Edited: 13.06.2016.
Hey there,
I'm gonna write this here since it's related with the volume slider.
As you might have noticed the slider color is white, and it shouldn't be white.
So please take care of it.
Thanks.

I messed around with some css to get it back, but it doesn't look right (I think I need to change the z-index or something):
http://i.imgur.com/rpTiHM4.png
But I did find a userstyle that does what you want, and does it correctly:
https://userstyles.org/styles/95280/youtube-custom-colors-video-progress-bar
With these settings:
http://i.imgur.com/2xotqfb.png
You'll have the old volume slider back.

I could add this to my script, but I'll have to add another option for it, and ask the person who made the style if I can use his css. That's a bit too much for a simple recolor...

q1k
§
Posted: 17.06.2016.
Edited: 17.06.2016.

it can be done as easy as
/* to get the left part be red */
.ytp-volume-slider-handle::before { background: red !important; z-index: -1 }

/* to change the scrubber color if necessary */
.ytp-volume-slider-handle {background: red !important;}

Post reply

Sign in to post a reply.