Updates YouTube's video player to the look & feel before the 2025 redesign
< 脚本 Old School YouTube Player 的反馈
мне просто хотелось бы узнать, как вам удалось изменить цвет продолжительности видео...
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';
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 ?
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;}
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 ;-)
1/Old School YouTube Player Updates YouTube's video player to the look & feel before the 2025 redesign 2/for example