Skip to content

Instantly share code, notes, and snippets.

@VeikkoLehmuskorpi
Last active April 23, 2026 18:46
Show Gist options
  • Select an option

  • Save VeikkoLehmuskorpi/9955c6f382c7fd1c0468f4ba8f5454de to your computer and use it in GitHub Desktop.

Select an option

Save VeikkoLehmuskorpi/9955c6f382c7fd1c0468f4ba8f5454de to your computer and use it in GitHub Desktop.
Red Youtube (Cairo Refresh color changes) UserStyle
/* ==UserStyle==
@name Red Youtube (Cairo Refresh color changes)
@author Veikko Lehmuskorpi
@version 1.2.0
@namespace https://gist.github.com/VeikkoLehmuskorpi/9955c6f382c7fd1c0468f4ba8f5454de
@homepageURL https://gist.github.com/VeikkoLehmuskorpi/9955c6f382c7fd1c0468f4ba8f5454de
@supportURL https://gist.github.com/VeikkoLehmuskorpi/9955c6f382c7fd1c0468f4ba8f5454de
@updateURL https://gist.github.com/VeikkoLehmuskorpi/9955c6f382c7fd1c0468f4ba8f5454de
@license MIT
==/UserStyle== */
@-moz-document domain("youtube.com") {
:root {
--yt-spec-static-brand-red: #f00;
--yt-spec-red-indicator: #f00;
--yt-spec-static-overlay-background-brand: #f00;
}
#progress.ytd-thumbnail-overlay-resume-playback-renderer,
.ytp-swatch-background-color,
.ytp-play-progress,
.yt-spec-avatar-shape--live-ring::after {
background: var(--yt-spec-static-brand-red) !important;
}
.yt-core-image, .yt-icon {
filter: hue-rotate(9deg) saturate(1.35);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment