Reverts the YouTube Cairo Refresh color changes keeping the YouTube red, well, red (#f00000).
Red YouTube (Cairo Refresh color changes) by VeikkoLehmuskorpi
Details
AuthorVeikkoLehmuskorpi
LicenseMIT
Categorywww.youtube.com
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Red Youtube (Cairo Refresh color changes)
@author Veikko Lehmuskorpi
@version 1.0.1
@namespace https://gist.github.com/VeikkoLehmuskorpi/9955c6f382c7fd1c0468f4ba8f5454de
@homepageURL https://gist.github.com/VeikkoLehmuskorpi/9955c6f382c7fd1c0468f4ba8f5454de
@supportURL https://gist.github.com/VeikkoLehmuskorpi/9955c6f382c7fd1c0468f4ba8f5454de
@license MIT
==/UserStyle== */
@-moz-document domain("youtube.com") {
html[refresh], [refresh] {
--yt-spec-static-brand-red: #f00;
--yt-spec-red-indicator: #f00;
--yt-spec-static-overlay-background-brand: #f00;
}
ytd-thumbnail-overlay-resume-playback-renderer[enable-refresh-signature-moments-web] #progress.ytd-thumbnail-overlay-resume-playback-renderer,
.ytp-cairo-refresh .ytp-swatch-background-color,
.ytp-cairo-refresh-signature-moments .ytp-play-progress,
.yt-spec-avatar-shape--cairo-refresh.yt-spec-avatar-shape--live-ring::after {
background: var(--yt-spec-static-brand-red);
}
.yt-core-image, .yt-icon {
filter: hue-rotate(9deg) saturate(1.35);
}
}