Skip to content

Disable Youtube Shorts from Subscription page 2023 by danonino

Details

Authordanonino

LicenseNo License

Categoryhttps://www.youtube.com/feed/subscriptions

Created

Updated

Size497 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Disable Youtube Shorts from Subscription page

Notes

needs :has() selector support

Source code

/* ==UserStyle==
@name Disable Youtube Shorts from Subscription page 2023
@namespace danonino
@version 1.0.0
@description  needs :has() selector support
@author       danonino
@homepageURL  https://userstyles.world/style/8972/
@supportURL   https://userstyles.world/style/8972/
@license      MIT

@preprocessor stylus

==/UserStyle== */

@-moz-document url-prefix("https://www.youtube.com/feed/subscriptions") {

	ytd-grid-video-renderer:has(a[href*="/shorts/"]) {
		display: none !important;
	}
}

Reviews

No reviews yet.