minus-squarepemptago@lemmy.mltoAsklemmy@lemmy.ml•What ways have you used to bypass YouTube's echo chamber format?linkfedilinkEnglisharrow-up2·15 days agoI 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; } linkfedilink
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; }