(no title)
aaaashley | 4 months ago
- Completely hide the recommended tab
- Make every thumbnail grayscale (to mitigate eye-catching thumbnails)
- Make every video title lowercase (to mitigate eye-catching titles)
Here's my code, although I have to update it every once and a while when YouTube changes:
yt-thumbnail-view-model { filter: grayscale(); }
h3[title] { text-transform: lowercase; }
.ytd-watch-flexy #secondary { display: none !important; }
It's amazing how much a couple small changes can make on your browsing experience. The companies that own these products have a huge incentive to make every element purposefully addictive. I've also patched the iOS Instagram app to remove all Reels (using FLEXtool & Sideloadly), so I can keep up with my friends without falling into the traps. As developers, we have the ability to target these manipulative tactics and remove them, and I encourage you to do this as much as possible.
sogen|4 months ago
the_af|4 months ago
I find YouTube recommendations very useful. I only get what I'm interested in or adjacent topics, no junk, no ragebait.
nunodonato|4 months ago
amilios|4 months ago