🏠 Home 

Youtube Disable SHORTS

Simply hides all Shorts from Youtube


Install this script?
Install as user style?
/* ==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
==/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
}
}