hides shorts on youtube
youtube.com hide shorts by iav
Details
Authoriav
LicenseCC Zero
Categoryyoutube.com
Created
Updated
Code size528 B
Code checksum2b1bbab
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name youtube.com hide shorts
@namespace github.com/openstyles/stylus
@version 1.0.1
@description hides shorts on youtube
@author shtripok
@license CC Zero
==/UserStyle== */
@-moz-document domain("youtube.com") {
ytd-rich-section-renderer.ytd-rich-grid-renderer.style-scope,
ytd-reel-shelf-renderer.ytd-item-section-renderer.style-scope,
ytd-reel-shelf-renderer.ytd-watch-next-secondary-results-renderer.style-scope {
display: none !important;
}
}