Old YouTube Studio Red
Undo Pink (Beta) by masyudi888
Details
Authormasyudi888
LicenseNo License
Categorystudio.youtube.com
Created
Updated
Size925 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Undo Pink (Beta)
@version 20241031.13.59
@namespace studio.youtube.com
@description Old YouTube Studio Red
@author masyudi888
@license Unlicense
==/UserStyle== */
@-moz-document domain("studio.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;
}
}