Removes "Shorts" block from the main YouTube page.
YT no shorts by JustLogin
Details
AuthorJustLogin
LicenseWTFPL
Categoryyoutube.com
Created
Updated
Size365 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name YT no shorts
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Removes "Shorts" block from the main YouTube page
@author JustLogin
==/UserStyle== */
@-moz-document domain("youtube.com") {
.YtdRichGridGroupHostFirstColumn, .YtdRichGridGroupHost {
display: none !important;
}
}