Old School YouTube Player

Updates YouTube's video player to the look & feel before the 2025 redesign

< 脚本 Old School YouTube Player 的反馈

评价:好评 - 脚本运行良好

§
发布于:2025-11-18

1/Old School YouTube Player Updates YouTube's video player to the look & feel before the 2025 redesign 2/for example

§
发布于:2025-11-18

1/Old School YouTube Player
Updates YouTube's video player to the look & feel before the 2025 redesign
2/for example



Hello,

Sorry for the nonsense, but I just would like to know how did you manage to change the color of the video's duration please ?
It's very super :-)

Thank you for your answer.

§
发布于:2025-11-20
编辑于:2025-11-20

мне просто хотелось бы узнать, как вам удалось изменить цвет продолжительности видео...

https://greasyfork.org/en/scripts/477119-youtube-time-indicators/code?filter_locale=0

Line 34. timeDisplayElement.style.color = '#ddd'; Line 34. timeDisplayElement.style.color = '#82B1FF';

§
发布于:2025-11-22

https://greasyfork.org/en/scripts/477119-youtube-time-indicators/code?filter_locale=0

Line 34. timeDisplayElement.style.color = '#ddd';
Line 34. timeDisplayElement.style.color = '#82B1FF';

Thanks a lot, this script is cool but I was talking about the time shown in red "1:28/23:21" on your screenshot if you don't mind please ?

§
发布于:2025-11-22

Insert this line in the "Old School YouTube Player" script at around line ~375 (Time). Or in the style manager:

.ytp-chrome-controls .ytp-time-display .ytp-time-duration { color: #FF3232;}

§
发布于:2025-11-23

Insert this line in the "Old School YouTube Player" script at around line ~375 (Time). Or in the style manager:

.ytp-chrome-controls .ytp-time-display .ytp-time-duration { color: #FF3232;}

Very nice and thank you very much for all ;-)

发布留言

登录以发布留言。