

I use youtube less and less because it’s not as information dense as other sources. When I do brave YT, I have a simple css override via stylus to hide thumbnails. It has helped reduce that sad feeling about the human spirit YT leaves me with.
The stylus snippet:
ytd-thumbnail {
background-color: #000000 !important;
display: none;
}
deleted by creator