Skip to content

YT no shorts by JustLogin

Details

AuthorJustLogin

LicenseWTFPL

Categoryyoutube.com

Created

Updated

Code size365 B

Code checksumea518356

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes "Shorts" block from the main YouTube page.

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;
    }
}

Reviews

No reviews yet.