YouTube's old red color (#FF0000) is back. F*ck you, #FF0033
YouTube RED by dexpaz16
Details
Authordexpaz16
LicenseUnlicense
Categoryyoutube
Created
Updated
Size916 B
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 20241031.13.59
@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"]{
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;
}
}