Hide those annoying Shorts videos on YouTube
hide_shorts by keithtait
Details
Authorkeithtait
LicenseNo License
Categoryyoutube.com
Created
Updated
Size329 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 Hde Youtube Shorts
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Hide those annoying Shorts videos on YouTube
@author The Dour Kin
==/UserStyle== */
@-moz-document domain("youtube.com") {
ytd-rich-section-renderer {
display: none;
}
}