Why YSK: Youtube’s enshittification creates an abysmal experience. There’s a list of Chrome extensions I’ve collected over the years that each fix an aspect of Youtube to bring back a genuine experience. I’ve seen in comments people mention one or two of these at a time, so this is a pack that contains everything you could need, and more.
Sample:
Essential Plugins:
- Ghostery: Blocks trackers and ads
- uBlock Origin: Blocks In-video ads
- SponsorBlock: Skips in-video sponsor segments
- Return Youtube Dislike: Returns the dislike button
- DeArrow: Better titles and thumbnails, removes clickbait
- Youtube Redux: Returns youtube to the older style
- Style Bot: This tool allows you to edit CSS. With a bit of setup, you can use it to block sponsored videos from appearing in our video suggestions:
- Open Stylebot options
- Styles > New Style
URL: Youtube.com
CSS (copy and paste):
ytd-ad-slot-renderer,
ytd-rich-item-renderer:has(
> #content
> ytd-ad-slot-renderer
){
display: none;
}
- Save Style and Refresh Youtube
Optional:
- Dark Reader: Dark mode on any web page (and you can toggle it per page as well)
- Video Speed Controller: More control over video speed
Unhook is also a good one - removes shorts, suggested etc…
Or you could just stop using shitty-youtube. It sucks ever since googol bought it.
-“Stop using toilet paper!”
im pretty sure ublock blocks trackers, and does it in a more open way.
“enhancer for youtube” is also great, i like how it only allows one video playback at once. has some visual customisation options as well.
the other is “youtube search fixer” , which disables the related and recommend crap from the search.
Clarification: you can set YT Enhancer to only allow one video to play, but you can enable multiple playback, too
YouTube search fixer sounds like something I need, I hate that only the first ten or so search results are actually relevant
Ok I think I read all the comments sufficiently and I still don’t see the feature I most want: sort by duration.
Dinner is in 20 minutes. Click time range, set for 15-20 minutes. Look through suggestions from subscriptions that are 15-20min long. Pick one. Enjoy video knowing when it ends you’ll be able to go eat dinner/go to bed/leave for work.
Shameless plug for [email protected] - duration is in the post title.
How well does sponsor block work?
I wrote a small script that filtered it by grabbing the transcription, uploading it to chatgpt through api, analyzing and sending back timestamps of suspected ads.
These were overlayed on the video scroll bar in yellow blocks. As the video played it skipped these blocks altogether.
It was fun to build and worked well. Now I’m on Firefox and would like something similar…
It works really good.
Any channel with constant 10k views typically get a submission within a day, channels with 1mil views typically get submissions within the hour.
Its not hard to submit times your self, its all built in to the player bar.
There are multiple categories that you can choose what get automatically skipped or not.
Some categories are; sponser, self-promotion, into/recap, credits, filler/tangents, non-music (for music videos) and highlight, which is a marker showing where the “point” of the video is.
I want something that can reliably remove the YouTube shorts. They are absolute cancer.
If you use uBO then Ghostery is redundant. It can also cause some of uBO’s filters to not work correctly.
Also uBO can do what you did with stylebot. (If you use the full uBO extension, and not the limited Lite version for Chromium browsers):
youtube.com##ytd-ad-slot-renderer youtube.com##ytd-rich-item-renderer:has(ytd-ad-slot-renderer)
I don’t think uBO removes trackers. I originally wanted to do the filter with uBO ) I have a filter for promoted LinkedIn jobs) but found a reddit thread that used Style Bot with instructions
Not only is Ghostery redundant when you use uBlock Origin (you can choose the tracking removal lists, like EasyPrivacy, for example), Ghostery has a conflict of interests as it works with the ads industry at the same time it has this tool, and it reports the ads and tracking it finds back to advertisers, who can then make them bypass that detection better.
If you insist in a separate add-on, Privacy Badger does the same blocking of trackers and it is maintained by the Electronic Frontier Foundation, a non-profit for digital privacy.
uBO do remove trackers with the
EasyPrivacy
anduBlock filters – Privacy
filters. More filters and options can also be enabled if you know what you’re doing. For beginners it’s best to stick to the default settings as more additions can lead to more breakage.
To also add, I really like Youtube Nonstop
If you like throwing on the youtube mixes for background music, this stops the annoying “are you still watching” pop ups.
This one’s not strictly enshittification-related, but I find YouTube Comment Search (Firefox, Chrome) extremely useful. YouTube videos frequently have way more comments than any sensible person is going to read through. By searching for keywords, you can check whether somebody else already said what you were thinking and 👍 that instead of posting another duplicate comment that will get buried forever.
One I use is called “Unhook”. You can use it to block different features e.g. Suggestions, video end screen suggestion, front page feed, shorts. It’s great if you spend too much time on YT and going on a cycle of watching suggested videos. Now, I only watch videos that appear in my subscriptions or those that I search for.
I also use Better Subscriptions allowing me to hide watched or unwanted videos, and Return YouTube Dislike.
Is there ANY way to turn of the auto dubbing of Youtube Shorts? I tried “Youtube Anti Translate” but it doesn’t work.
setting your account language, probably
Jep that works, but then the other language is dubbed. 🙃
This post is a bit of a mess. It links to images hosted on discord, meaning it’s a temporary link that has already expired and post links only to chrome addon store
Stop The Madness is also a great extension for this on Safari :D
Thanks for the list! I use a handful of these (in Firefox), but wasn’t aware of all of them. Youtube Redux especially seems cool.