Skip to content

Hide YouTube Shorts in Subscriptions by Nightara

Details

AuthorNightara

LicenseApache License

Categoryyoutube.com

Created

Updated

Size288 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides the entire YouTube Shorts shelf on the subscription page

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Hide YouTube Shorts in Subscriptions
@version      20230724.09.37
@namespace    ?
==/UserStyle== */

@-moz-document regexp(".*\\.youtube\\.com/feed/subscriptions") {
ytd-item-section-renderer > div#contents > ytd-reel-shelf-renderer
{
    display: none;
}
}

Reviews

No reviews yet.