Last active
December 23, 2024 01:09
-
-
Save mja00/1fec66f01355a195ab57b03b3d6b53fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Just video player */ | |
.ytp-cairo-refresh-signature-moments .ytp-play-progress { | |
background: #f03 !important; | |
} | |
/* Include thumbnail player */ | |
.ytp-cairo-refresh .ytp-swatch-background-color, .YtProgressBarLineProgressBarPlayedRefresh, ytd-thumbnail-overlay-resume-playback-renderer[enable-refresh-signature-moments-web] #progress.ytd-thumbnail-overlay-resume-playback-renderer { | |
background: var(--yt-spec-static-brand-red, #f03); | |
} |
WORMSS
commented
Oct 24, 2024
.ytp-cairo-refresh .ytp-swatch-background-color, .YtProgressBarLineProgressBarPlayedRefresh, ytd-thumbnail-overlay-resume-playback-renderer[enable-refresh-signature-moments-web] #progress.ytd-thumbnail-overlay-resume-playback-renderer { background: var(--yt-spec-static-brand-red, #f03); }
Yeah, noticed thumbnails still have it. Appreciate it!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment