Youtube UI Fix

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

< Spätná väzba na Youtube UI Fix

Hodnotenie: Dobré - skript funguje

§
Pridaný: 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.

Roy192Autor
§
Pridaný: 04.01.2016
Upravený: 04.01.2016

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

q1k
§
Pridaný: 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.

Roy192Autor
§
Pridaný: 13.06.2016
Upravený: 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
§
Pridaný: 17.06.2016
Upravený: 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;}

Pridať odpoveď

Aby ste mohli pridať odpoveď, prihláste sa.