Skip to content

YouTube view more by UfukFurkanOzturk

Details

AuthorUfukFurkanOzturk

LicenseNo License

Categoryyoutube.com

Created

Updated

Size1.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes video thumbnails smaller.
Disables shorts content in home page and recommended.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           YouTube view more
@namespace      no.
@version        1.0
@description    Small thumbnails
@author         Mudrock
==/UserStyle== */
@-moz-document domain("youtube.com") {
:root,
ytd-rich-grid-renderer ytd-rich-item-renderer {
	margin-bottom: 30px !important;
	width: calc(100% / (var(--ytd-rich-grid-items-per-row) + 4) - 16px - 0.01px);
}

ytd-browse[page-subtype = channels] #contentContainer.app-header-layout,
ytd-rich-item-renderer a#avatar-link,
yt-collections-stack,
ytd-rich-section-renderer,
.ytd-page-top-ad-layout-renderer,
#masthead-ad,
.ytp-suggested-action,
ytd-reel-shelf-renderer,
ytd-slimline-survey-renderer,
.ytd-ghost-grid-renderer,
ytd-compact-radio-renderer[collections] {
	display: none !important;
}

ytd-rich-grid-row,
ytd-rich-grid-row #contents {
	display: contents !important;
}
}

@-moz-document url-prefix("https://www.youtube.com/feed/playlists") {
ytd-browse[page-subtype = channels] #contentContainer.app-header-layout,
ytd-rich-item-renderer a#avatar-link,
yt-collections-stack,
ytd-rich-section-renderer,
.ytd-page-top-ad-layout-renderer,
#masthead-ad,
.ytp-suggested-action,
ytd-reel-shelf-renderer,
ytd-slimline-survey-renderer,
.ytd-ghost-grid-renderer,
ytd-compact-radio-renderer[collections] {
	display: inherit !important;
}
}

Reviews

No reviews yet.