Returns the color of progress bar, logo, etc. from the new pink gradient to the original red.
GitHub Repo
Return Red YouTube by THE-KEGARE
Details
AuthorTHE-KEGARE
LicenseMIT
Categoryyoutube.com
Created
Updated
Size5.6 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 Return Red YouTube
@version 20241108.10.30
@namespace https://userstyles.world/user/THE-KEGARE
@description Returns the color progress bar, logo, etc. from the new pink gradient to the original red.
@author THE-KEGARE
@license MIT
==/UserStyle== */
@-moz-document regexp("^https:\\/\\/www\\.youtube\\.com.+") {
/* dont touch */
html[dark], [dark] {
--yt-spec-red-indicator: #f00;
}
html[refresh], [refresh] {
--yt-spec-static-brand-red: #f00;
--yt-spec-static-overlay-background-brand: #f00;
}
/* ----------------------------------------------------------------- */
/* [[ PREVIEW ]] */
/*Прогресс-бар во время просмотра превью (возобновить воспроизведение)*/
ytd-thumbnail-overlay-resume-playback-renderer[enable-refresh-signature-moments-web] #progress.ytd-thumbnail-overlay-resume-playback-renderer {
background: #f00 !important;
}
/*Прогресс-бар во время просмотра превью (просматривается)*/
.YtProgressBarLineProgressBarPlayedRefresh {
background: #f00 !important;
}
/*Прогресс-бар во время просмотра превью (просмотренный отрезок)*/
.YtProgressBarLineProgressBarPlayed {
background-color: #f00 !important;
}
/*Прогресс-бар на превью в рекомендациях справа от плеера (просмотренный отрезок)*/
.YtThumbnailOverlayProgressBarHostWatchedProgressBarSegmentModern {
background: #f00 !important;
}
/*Точка прогресс-бара во время просмотра превью (при наведении на прогресс-бар)*/
.YtProgressBarPlayheadProgressBarPlayheadDot {
background-color: #f00 !important;
}
/* ----------------------------------------------------------------- */
/* [[ VIDEO PLAYER ]] */
/*Прогресс-бар в плеере*/
.ytp-cairo-refresh-signature-moments .ytp-play-progress {
background: #f00 !important;
}
/*Точка прогресс-бара в плеере (при наведении на прогресс-бар)*/
.ytp-cairo-refresh .ytp-swatch-background-color {
background-color: #f00 !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: #f00 !important;
}
/* ----------------------------------------------------------------- */
/* [[ LIVE-STREAMS ]] */
/*Значок стрима, иконка "LIVE"*/
.badge-style-type-live-now-alternate.ytd-badge-supported-renderer {
background: #f00 !important;
}
/*Значок стрима, логотип прямого эфира во вкладке "SUBSCRIPTIONS"*/
.guide-entry-badge.ytd-guide-entry-renderer {
color: #f00;
}
/*Значок "LIVE" на аватарке канала*/
.yt-spec-avatar-shape--cairo-refresh .yt-spec-avatar-shape__live-badge {
background-color: #f00 !important;
}
/*Обводка вокруг аватарки канала во время прямого эфира*/
.yt-spec-avatar-shape--cairo-refresh.yt-spec-avatar-shape--live-ring::after {
background: #f00 !important;
}
/*Значок "LIVE" во время просмотра превью*/
.badge-shape-wiz--thumbnail-live {
background: #f00 !important;
}
/* ----------------------------------------------------------------- */
/* [[ HOME PAGE ]] */
/*Прогресс-бар загрузки сайта*/
#progress.yt-page-navigation-progress {
background: #f00 !important;
}
/*Логотип YouTube (селектор)*/
svg path[d="M14.4848 20C14.4848 20 23.5695 20 25.8229 19.4C27.0917 19.06 28.0459 18.08 28.3808 16.87C29 14.65 29 9.98 29 9.98C29 9.98 29 5.34 28.3808 3.14C28.0459 1.9 27.0917 0.94 25.8229 0.61C23.5695 0 14.4848 0 14.4848 0C14.4848 0 5.42037 0 3.17711 0.61C1.9286 0.94 0.954148 1.9 0.59888 3.14C0 5.34 0 9.98 0 9.98C0 9.98 0 14.65 0.59888 16.87C0.954148 18.08 1.9286 19.06 3.17711 19.4C5.42037 20 14.4848 20 14.4848 20Z"] {
fill: #f00;
}
/*Старый колокол уведомлений*/
.yt-spec-icon-badge-shape--style-overlay.yt-spec-icon-badge-shape--type-cart-refresh .yt-spec-icon-badge-shape__badge {
color: white !important;;
}
.yt-spec-icon-badge-shape--style-overlay .yt-spec-icon-badge-shape__badge {
border: 2px solid #212121 !important;;
}
.yt-spec-icon-badge-shape--type-notification-refresh .yt-spec-icon-badge-shape__badge {
background-color: #c00 !important;;
}
/* ----------------------------------------------------------------- */
.yt-thumbnail-view-model--medium {
border-radius: 0 !important;
}
.yt-spec-button-shape-next.yt-spec-button-shape-next--tonal.yt-spec-button-shape-next--icon-button {
background-color: #000 !important;
}
.YtThumbnailOverlayProgressBarHostWatchedProgressBar {
width: 103%;
}
}