Skip to content

USSR Youtube UI by SukaKurwaFuckPerkeleSakraPizda

Details

AuthorSukaKurwaFuckPerkeleSakraPizda

LicenseNo License

Categoryhttps://www.youtube.com/

Created

Updated

Code size3.3 kB

Code checksuma741ee1

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Communist YouTube.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           YouTube Soviet Red Theme
@namespace      https://userstyles.org
@version        1.0
@description    A custom red theme for YouTube with Soviet-themed aesthetics.
@author         YourName
@license        MIT
@supportURL     https://github.com
@tag            youtube
@domain         youtube.com
==/UserStyle== */

/* === Apply the theme only to YouTube === */
@-moz-document domain("youtube.com") {

  /* === General Backgrounds === */
  body, ytd-app,
  ytd-browse,
  ytd-section-list-renderer,
  ytd-two-column-browse-results-renderer,
  ytd-rich-grid-renderer,
  #comments, ytd-comments, ytd-comment-thread-renderer {
    background-color: #cd0000 !important;
    color: #D3AF37 !important;
  }

  /* === Header and Search Area === */
  #masthead-container,
  ytd-masthead,
  #search-form,
  ytd-searchbox {
    background-color: #8d0000 !important;
    border: none !important;
  }

  /* === Search Box Input === */
  ytd-searchbox input#search {
    background-color: #8d0000 !important;
    color: #D3AF37 !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
  }

  /* === Sidebar === */
  ytd-guide-section-renderer,
  ytd-guide-renderer {
    background-color: #8d0000 !important;
  }

  /* === Genre Bar === */
  ytd-feed-filter-chip-bar-renderer,
  ytd-feed-filter-chip-bar-renderer #chips-wrapper {
    background-color: #6f0000 !important;
    background-image: none !important;
  }

  /* === Remove Fading Effect from Genre Bar === */
  ytd-feed-filter-chip-bar-renderer::before,
  ytd-feed-filter-chip-bar-renderer::after {
    display: none !important;
    background: none !important;
  }

  /* === Genre Chips / Buttons === */
  yt-chip-cloud-chip-renderer,
  yt-chip-cloud-chip-renderer[selected] {
    background-color: #8d0000 !important;
    color: #D3AF37 !important;
    border-color: #D3AF37 !important;
  }

  /* === Video Titles === */
  #video-title,
  ytd-video-renderer #video-title,
  ytd-grid-video-renderer #video-title,
  ytd-rich-grid-media #video-title-link,
  ytd-compact-video-renderer #video-title,
  ytd-reel-item-renderer #video-title,
  a[href*="/game/"] {
    color: #D3AF37 !important;
  }

  /* === Channel Names === */
  ytd-channel-name,
  a.yt-simple-endpoint.style-scope.yt-formatted-string {
    color: #780000 !important;
  }

  /* === Metadata === */
  ytd-video-meta-block,
  #metadata-line span {
    color: #999999 !important;
  }

  /* === Hide YouTube Logo SVG === */
  #logo-icon,
  #logo-icon > svg {
    display: none !important;
  }

  /* === Buttons & Icons === */
  tp-yt-paper-button,
  tp-yt-paper-icon-button,
  ytd-subscribe-button-renderer,
  ytd-toggle-button-renderer {
    color: #D3AF37 !important;
    fill: #D3AF37 !important;
  }

  /* === Remove focus outlines === */
  tp-yt-paper-icon-button:focus,
  ytd-button-renderer:focus,
  ytd-toggle-button-renderer:focus,
  ytd-subscribe-button-renderer:focus {
    outline: none !important;
    box-shadow: none !important;
  }

  /* === Thumbnail Time, etc === */
  ytd-thumbnail-overlay-time-status-renderer {
    color: #D3AF37 !important;
  }
}

Reviews

No reviews yet.