Skip to content

YouTube Minimal - Lulu by lushangorgin

Details

Authorlushangorgin

LicenseNo License

Categoryyoutube.com

Created

Updated

Size4.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Minimal YouTube

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         YouTube Minimal - Lulu
@version      20240520.13.52
@namespace    https://userstyles.world/user/lushangorgin
@description  Minimal YouTube
@author       lushangorgin
@license      No License
==/UserStyle== */

@-moz-document domain("youtube.com") {
/* Last updated: 2024-05-14 */

/* YOUTUBE */
/* SEARCH BAR */
/* SIDEBAR */
/* EXT > RETURN YOUTUBE DISLIKES */

/* YOUTUBE */
* {
    font-family: Cantarell !important;
}

/* SEARCH BAR */
/* Hide voice search */
#voice-search-button {
    visibility: hidden;
    margin-right: -36px; /* Horizontally align search field in the middle */
}
/* Hide the create button to the left of notifications */
ytd-topbar-menu-button-renderer.style-scope:nth-child(1) {
    display: none !important;
}

/* SIDEBAR */
/* Restore padding on top because of search bar changes */
#guide-wrapper > #guide-content > #guide-inner-content > #guide-renderer > #sections {
    margin-top: 10px;
}

/* Hide unnecessary stuff */
/* You > Header */
#sections > ytd-guide-section-renderer:nth-child(1) > #items > ytd-guide-collapsible-section-entry-renderer > #header,
/* You > Your channel */
#sections > ytd-guide-section-renderer:nth-child(1) > #items > ytd-guide-collapsible-section-entry-renderer > #section-items > ytd-guide-entry-renderer:nth-child(1),
/* You > Your videos */
#sections > ytd-guide-section-renderer:nth-child(1) > #items > ytd-guide-collapsible-section-entry-renderer > #section-items > ytd-guide-entry-renderer:nth-child(4),
/* You > Your clips */
#sections > ytd-guide-section-renderer:nth-child(1) > #items > ytd-guide-collapsible-section-entry-renderer > #section-items > ytd-guide-entry-renderer:nth-child(8),
/* Subscriptions > Header */
#sections > ytd-guide-section-renderer:nth-child(2) > h3,
/* Explore */
#sections > ytd-guide-section-renderer:nth-child(3),
/* More from YouTube */
#sections > ytd-guide-section-renderer:nth-child(4),
/* Report history */
#sections > ytd-guide-section-renderer:nth-child(5) > div > ytd-guide-entry-renderer:nth-child(2),
/* Help */
#sections > ytd-guide-section-renderer:nth-child(5) > div > ytd-guide-entry-renderer:nth-child(3),
/* Send feedback */
#sections > ytd-guide-section-renderer:nth-child(5) > div > ytd-guide-entry-renderer:nth-child(4),
/* Footer */
#footer {
  display: none !important;
}


/* Hide mini sidebar text */
.title.ytd-mini-guide-entry-renderer {
    display: none;
}

ytd-mini-guide-renderer.style-scope {
    margin-top: 10px !important;
}

ytd-masthead > #container {
    margin-top: 11px;
}

ytd-masthead > #background {
    margin-top: -11px !important;
    height: 78px !important;
}

/* Channel page only */
#tabs-container {
    height: 60px !important;
    padding-top: 15px
}

#chip-bar { /* main page only */
    padding-top: 26px !important;
}

/* Search field/header padding in channel pages */
#contentContainer > div.page-header-banner {
    margin-top: 25px !important;
}

/* Tags/results padding in search results */
ytd-two-column-search-results-renderer > #primary {
    padding-top: 19px !important;
}

/* VIDEO PLAY */
/* Show tags at the same height as the video */
#secondary-inner > #related {
    margin-top: -8px;
}

#chips-wrapper { /* main page only */
    padding-top: 12px;
    padding-bottom: 12px;
}

/* Hide "Join" button on the left of "Subscribe[d]" */
#sponsor-button,
/* Share */
div#top-level-buttons-computed > yt-button-view-model:nth-child(2),
/* Download & Thanks */
div#flexible-item-buttons {
  display: none !important;
}

/* HAMBURGER MENU ITEMS beside like/dislike buttons  */
/* Hide "Download" */
ytd-menu-service-item-download-renderer {
    display: none;
}

tp-yt-paper-listbox.ytd-menu-popup-renderer {
    margin-top: 0px !important;
}

/* Hide ads */
div#masthead-ad, /* Big ad on top of home page */
ytd-rich-grid-row.style-scope:nth-child(1) > div:nth-child(1) > ytd-rich-item-renderer:nth-child(1), /* First ad on home page */
div#player-ads, /* Above video suggestion sidebar */
ytd-merch-shelf-renderer, /* Merch shop under video */
div#related > div#player-ads {
  display: none !important;
}

/* EXT > RETURN YOUTUBE DISLIKES */
/* Hide like/dislike percent bar */
.ryd-tooltip {
    display: none !important;
}
}

Reviews

No reviews yet.