/* ==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
@downloadURL https://update.greasyfork.org/scripts/468799/Hide%20YouTube%20Shorts%20in%20Videos%20SidePanel.user.css
@updateURL https://update.greasyfork.org/scripts/468799/Hide%20YouTube%20Shorts%20in%20Videos%20SidePanel.meta.css
==/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}

}