/* ==UserStyle==
@name           Youtube Disable SHORTS
@namespace      https://greasyfork.org/en/users/153478-greasyshiny
@version        1.2
@description    Simply hides all Shorts from Youtube
@author         GreasyShiny

@downloadURL https://update.greasyfork.org/scripts/450491/Youtube%20Disable%20SHORTS.user.css
@updateURL https://update.greasyfork.org/scripts/450491/Youtube%20Disable%20SHORTS.meta.css
==/UserStyle== */
 
@-moz-document domain("youtube.com") {

/* SHORTS DISABLER. Possible via the :has selector, available in Chrome, starting with version 105. */

ytd-grid-video-renderer.ytd-grid-renderer:has(ytd-thumbnail-overlay-time-status-renderer[overlay-style=SHORTS]), ytd-rich-item-renderer:has(ytd-thumbnail-overlay-time-status-renderer[overlay-style=SHORTS]) {
    display:none !important
}
}