YouTube's old red color (#FF0000) is back. F*ck you, #FF0033
YouTube RED by dexpaz16
Details
Authordexpaz16
LicenseUnlicense
Categoryyoutube
Created
Updated
Size2.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This reverts old color in everything that I found, if I missed something, please, email inceptiontime@parunsik.dexpaz.ru
Source code
/* ==UserStyle==
@name YouTube RED
@version 2025
@namespace youtube.com
@description YouTube's old red color (#FF0000) is back. F*ck you, #FF0033
@author inceptiontime
@license Unlicense
==/UserStyle== */
@-moz-document domain("youtube.com") {
body{
--yt-spec-static-brand-red: #FF0000 !important;
--accent-color: #FF0000 !important;
--yt-spec-static-overlay-background-brand: #FF0000 !important;
}
.ytp-cairo-refresh-signature-moments .ytp-play-progress {
background:#FF0000;
}
path[fill="#FF0033"], path[fill="#f03"],
circle[fill="#FF0033"], circle[fill="#f03"]{
fill: #FF0000;
}
.ytp-cairo-refresh .ytp-swatch-background-color{
background-color:#FF0000 !important;
}
.yt-spec-avatar-shape--cairo-refresh .yt-spec-avatar-shape__live-badge{
background-color:#FF0000 !important;
}
.yt-spec-icon-badge-shape--type-notification-refresh .yt-spec-icon-badge-shape__badge{
background-color:#FF0000 !important;
}
.ytp-cairo-refresh .ytp-settings-button.ytp-hd-quality-badge::after, .ytp-cairo-refresh .ytp-settings-button.ytp-hdr-quality-badge::after, .ytp-cairo-refresh .ytp-settings-button.ytp-4k-quality-badge::after, .ytp-cairo-refresh .ytp-settings-button.ytp-5k-quality-badge::after, .ytp-cairo-refresh .ytp-settings-button.ytp-8k-quality-badge::after, .ytp-cairo-refresh .ytp-settings-button.ytp-3d-badge-grey::after, .ytp-cairo-refresh .ytp-settings-button.ytp-3d-badge::after{
background-color:#FF0000 !important;
}
.ytp-cairo-refresh .ytp-menuitem[aria-checked=true] .ytp-menuitem-toggle-checkbox{
background-color:#FF0000 !important;
}
ytd-thumbnail-overlay-resume-playback-renderer[enable-refresh-signature-moments-web] #progress.ytd-thumbnail-overlay-resume-playback-renderer{
background:#FF0000 !important;
}
}