This style hides the channel trailer and Our members section on a YouTuber's channel page if you don't like them
Hide trailer and members section YT channel by alpharetzy
Details
Authoralpharetzy
LicenseCC Zero
Categoryyoutube.com
Created
Updated
Size600 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 Hide channel trailer and mebers section YouTube channel homepage
@namespace github.com/openstyles/stylus
@version 2023.06.26
@description This style hides the channel trailer and Our members section on a YouTuber's channel page if you don't like them
@author Me
==/UserStyle== */
@-moz-document domain("youtube.com") {
ytd-channel-video-player-renderer.style-scope.ytd-item-section-renderer {
display: none !important;
}
ytd-recognition-shelf-renderer.style-scope.ytd-item-section-renderer {
display: none !important;
}
}