Last active
April 23, 2026 18:46
-
-
Save VeikkoLehmuskorpi/9955c6f382c7fd1c0468f4ba8f5454de to your computer and use it in GitHub Desktop.
Red Youtube (Cairo Refresh color changes) UserStyle
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
| /* ==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