Greasy Fork is available in English.

Youtube UI Fix

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

< 腳本Youtube UI Fix的回應

評論:正評 - 腳本一切正常

§
發表於:2016-01-04

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.

Roy192作者
§
發表於:2016-01-04
編輯:2016-01-04

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

q1k
§
發表於:2016-06-13

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.

Roy192作者
§
發表於:2016-06-13
編輯:2016-06-13
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
§
發表於:2016-06-17
編輯:2016-06-17

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;}

發表回覆

登入以回復