thinking about writing a userstyle that removes all the thumbnails off of youtube to see whether that'd improve my experience on the site
@noiob I truly need this
@sara turns out it's really easy with modern CSS (though I barely tested it so be aware of that)
img[src^='https://i.ytimg.com'] {
display:none;
}
@noiob idea: browser extension that replaces LinusTechTips' clickbait titles by the actual descriptive titles they use on floatplane
@Siph that sounds like work
the issue is usually you need the thumbnail to figure out what the video might be about