YT
YT by shellxs
Details
Authorshellxs
LicenseNo License
Categoryyoutube.com
Created
Updated
Size474 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 YT
@version 20231023.17.36
@namespace ?
==/UserStyle== */
@-moz-document domain("youtube.com") {
/* Subscriptions - Shorts */
ytd-rich-section-renderer:has(a[href^='/shorts/']) {
display: none !important;
}
/* Search - Shorts */
ytd-reel-shelf-renderer:has(a[href^='/shorts/']) {
display: none !important;
}
/* Search - People also watched, For you, Previously watched */
ytd-shelf-renderer {
display: none !important;
}
}