removes the newly added "People mentioned" from YouTube video descriptions, which adds useless clutter in my opinion
no People mentioned on yt desciption by alpharetzy

Details
Authoralpharetzy
LicenseNo License
Categoryyoutube.com
Created
Updated
Size282 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 no People mentioned on yt desciption
@namespace github.com/openstyles/stylus
@version 11.27.2024
==/UserStyle== */
@-moz-document domain("youtube.com") {
yt-video-attributes-section-view-model {
display: none !important;
}
}