Skip to content

Minimal Youtube by amkitakk

Screenshot of Minimal Youtube

Details

Authoramkitakk

LicenseNo License

Categoryyoutube

Created

Updated

Size4.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides like numbers, comments, chat, recommendations, and various little things I personally don't use.

Notes

Now separate from the WATCHED overlay theme.

Source code

/* ==UserStyle==
@name         Minimal Youtube
@version      20241020.14.09
@namespace    https://userstyles.world/user/amkitakk
@description  Hides like numbers, comments, chat, recommendations, and various little things I personally don't use; also adds a "watched" overlay on videos that have already been watched.
@author       amkitakk
@license      No License
==/UserStyle== */

@-moz-document domain("youtube.com") {
/* ------ disable any code by putting a forward slash and asterisk at the start of the section and an asterisk and forward slash at the end ------ */
/*hide likes numbers*/
.ytd-segmented-like-dislike-button-renderer > yt-button-shape > button > .yt-spec-button-shape-next--button-text-content {
	display: none;
}

/*hide comments*/
/*#comments {
	display: none;
}*/

/*hide subject under description*/
.ytd-video-secondary-info-renderer.style-scope.sticky {
	display: none;
}

/*hide related videos*/
#related,
#secondary #panels,
#secondary #donation-shelf {
	display: none;
}
ytd-watch-flexy[flexy] #secondary.ytd-watch-flexy {
	width: auto !important;
	min-width: unset !important;
}

ytd-live-chat-frame,
div#secondary div#related,
div#secondary div#panels,
div#secondary div#donation-shelf,
div#secondary #playlist {
	width: var(--ytd-watch-flexy-sidebar-width);
	min-width: var(--ytd-watch-flexy-sidebar-min-width);
}

/*hide chat*/
#chat {
	display: none;
}

/*remove watch later and add to queue hover buttons*/
#hover-overlays {
	display: none;
}

/*hide "other youtube content"*/
/*ytd-guide-section-renderer.ytd-guide-renderer.style-scope:nth-of-type(3),
ytd-guide-section-renderer.style-scope.ytd-guide-renderer:nth-of-type(4) {
	display: none;
}*/

/*hide footer*/
#footer {
	display: none;
}

/*hide tags*/
#header > .ytd-rich-grid-renderer.style-scope,
.ytd-video-primary-info-renderer.style-scope.super-title {
	display: none;
}

/*hide annotations*/
.annotation,
.annotation-type-text,
.annotation-shape {
	display: none;
}

/*hide end cards*/
.ytp-ce-element,
.ytp-ce-video,
.ytp-cards-button,
.ytp-cards-teaser,
.html5-endscreen {
	display: none;
}

/* hide miniplayer button */
.ytp-miniplayer-button {
	display: none !important;
}

/* hide view count */
#view-count {
	display: none !important;
}

/* hide sub count */
#owner-sub-count {
	display: none !important;
}

/* hide voice search */
#voice-search-button {
	display: none;
}

/* hide share button */
#top-level-buttons-computed > yt-button-view-model.ytd-menu-renderer > .yt-spec-button-view-model {
	display: none;
}

/* hide cut and "thank you" buttons */
#flexible-item-buttons > yt-button-view-model.ytd-menu-renderer > .yt-spec-button-view-model > .yt-spec-button-shape-next--enable-backdrop-filter-experiment.yt-spec-button-shape-next--icon-leading.yt-spec-button-shape-next--size-m.yt-spec-button-shape-next--mono.yt-spec-button-shape-next--tonal.yt-spec-button-shape-next {
	display: none;
}

/* hide youtube premium download button */
ytd-download-button-renderer {
	display: none;
}

/* hide "game" and category */
.ytd-watch-flexy.style-scope.watch-active-metadata > ytd-metadata-row-container-renderer.ytd-watch-metadata.style-scope {
	display: none;
}

/* hide merch */
.ytd-merch-shelf-renderer {
	display: none;
}

/* hide "need change?" on home */
.ytd-rich-item-renderer.style-scope > .ytd-feed-nudge-renderer.style-scope {
	display: none;
}

/* (try to) hide some ads, might leave some white spaces */
#related #player-ads,
#masthead-ad,
*[target-id*='engagement-panel-ads'],
.ytd-ad-slot-renderer,
yt-mealbar-promo-renderer,
#player .ytp-ad-image-overlay,
#player .video-ads,
#player .ytp-ad-module {
	display: none;
}

/* hide country name besides Youtube logo **/
#logo #country-code {
	display: none;
}

/* hide streams on homepage */
ytd-rich-item-renderer:has(.badge-style-type-live-now-alternate) {
	display: none !important;
}

/* try to hide shorts */
ytd-rich-item-renderer:has(a[href*="/shorts/"]),
ytd-rich-shelf-renderer:has(#dismissible),
ytm-rich-item-renderer:has(a[href*="/shorts/"]),
ytm-reel-shelf-renderer:has(a[href*="/shorts/"]),
ytd-shelf-renderer:has(a[href*="/shorts/"]) {
	display: none !important;
}

/* hide 'includes sponsored communication' permanent overlay on videos */
.ytp-paid-content-overlay-link {
	display: none!important;
}

/* hide recommended playlists, probably other things too */
#dismissible {
	display: none;
}
}

Reviews

No reviews yet.