uBlock filter list to hide all YouTube Shorts
6 points by i5heu
6 points by i5heu
I created this stylesheet which hides everything but the videos and makes videos smaller so I can fit more on the screen, and I've been very happy with the results.
@-moz-document url-prefix("https://www.youtube.com/") {
ytd-rich-item-renderer[rendered-from-rich-grid] {
width: 15%;
}
ytd-rich-section-renderer {
display: none;
}
}