Skip to content

Instantly share code, notes, and snippets.

@mja00
Last active December 23, 2024 01:09
Show Gist options
  • Save mja00/1fec66f01355a195ab57b03b3d6b53fb to your computer and use it in GitHub Desktop.
Save mja00/1fec66f01355a195ab57b03b3d6b53fb to your computer and use it in GitHub Desktop.
/* 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
Copy link

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

@mja00
Copy link
Author

mja00 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