To hide YouTube Shorts in Videos SidePanel
/* ==UserStyle==
@name Hide YouTube Shorts in Videos SidePanel
@namespace github.com/openstyles/stylus
@version 1.0.0
@description To hide YouTube Shorts in Videos SidePanel
@author CY Fung
@license MIT
==/UserStyle== */
@-moz-document
domain("youtube.com") {
/* Insert code here... */
ytd-watch-next-secondary-results-renderer.ytd-watch-flexy ytd-reel-shelf-renderer.ytd-item-section-renderer {display:none}
}