Skip to content

Return Red YouTube by THE-KEGARE

Screenshot of Return Red YouTube

Details

AuthorTHE-KEGARE

LicenseMIT

Categoryyoutube.com

Created

Updated

Code size7.9 kB

Code checksum693ea4cb

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Returns the color of progress bar, logo, etc. from the new pink gradient to the original red.
GitHub Repo

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Return Red YouTube
@version      20250113.08.47
@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;
    }

/*Прогресс-бар во время просмотра превью (просматривается)*/
/*27-12-2024 UPD ЗАЧЕМ ОНИ ИЗМЕНИЛИ ПЕРВУЮ БУКВУ С ПРОПИСНОЙ НА ОБЫЧНУЮ И ИЗ-ЗА ЭТОГО ВСЕ СЛОМАЛОСЬ НУ ВОТ ПРИПЕРЛО ИМ ИЛИ ЧТО*/
    .ytProgressBarLineProgressBarPlayedRefresh {
        background: #f00 !important;
    }

/*Прогресс-бар во время просмотра превью (просмотренный отрезок)*/
    .YtProgressBarLineProgressBarPlayed {
        background-color: #f00 !important;
    }


/*Прогресс-бар на превью в рекомендациях справа от плеера (просмотренный отрезок)*/
/* upd 13-01-2025 youtube pls stop updating everything you see*/
    .ytThumbnailOverlayProgressBarHostWatchedProgressBarSegmentModern {
        background: #f00 !important;
    }
/* upd 13-01-2025 and just because you guys update every single thing you see it's always looks messed up without some shit like this one below*/
    .ytThumbnailOverlayProgressBarHostUseLegacyBar {
        width: 103%;
    }

/*Точка прогресс-бара во время просмотра превью (при наведении на прогресс-бар)*/
    .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;
    }

/*Логотип YouTube Premium Benefits*/
    span.yt-icon-shape.style-scope.yt-icon.yt-spec-icon-shape rect[fill^="url"] {
        fill: red !important;
    }


/*Старый колокол уведомлений*/
    .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;;
    }

/* ----------------------------------------------------------------- */

/* [[ ДОПОЛНИТЕЛЬНО ]] */
/* [[ ОТКАТ ПОСЛЕДНИХ ИЗМЕНЕНИЙ 8-11-2024 ]] */

.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.yt-spec-button-shape-next--overlay-dark {
    background-color: #000 !important;
}

.YtThumbnailOverlayProgressBarHostWatchedProgressBar {
    width: 103%;
}

.yt-spec-touch-feedback-shape__stroke {
    background-color: transparent !important;
}

/* ----------------------------------------------------------------- */

/* [[ AdashimaaTube Playlist Fix ]] */
/* [[ 27-12-2024 ]] */

yt-collections-stack {
    display: block !important;
}

.collections-stack-wiz__collection-stack1--medium {
    display: none !important; /* border-radius: 0px !important; */
}

.collections-stack-wiz__collection-stack2 {
    display: none !important; /* border-radius: 0px !important; */
}

/* ----------------------------------------------------------------- */
/* [[ normal border radius ]] */

/* chip bar */
yt-chip-cloud-chip-renderer {
    border-radius: 2px !important;
}
yt-chip-cloud-chip-renderer[chip-style="STYLE_DEFAULT"], yt-chip-cloud-chip-renderer[chip-style="STYLE_HOME_FILTER"], yt-chip-cloud-chip-renderer[chip-style="STYLE_REFRESH_TO_NOVEL_CHIP"] {
    border: 0px solid var(--yt-spec-10-percent-layer) !important;
}

/* search bar */
.ytSearchboxComponentSearchButton {
    border-radius: 0 2px 2px 0;
}
.ytSearchboxComponentInputBox {
    border-radius: 2px 0 0 2px;
}

/* ----------------------------------------------------------------- */
/* [[ chip bar position fix ]] */

yt-chip-cloud-renderer:not([no-top-margin]) yt-chip-cloud-chip-renderer.yt-chip-cloud-renderer {
    margin: 0 8px 8px 0;
}
#right-arrow.yt-chip-cloud-renderer {
    right: -11px;
}
#left-arrow.yt-chip-cloud-renderer {
    left: -18px;
}
}

Reviews

No reviews yet.