I'm the developer. I built this because AI-generated conspiracy videos were getting out of control in my own YouTube feed. Weedout is a $1.99 Safari extension for macOS that removes videos YouTube labels “Made with AI” from feed, search, related videos, playlists and Shorts. It uses YouTube's label rather than AI detection, runs locally, and does not catch unlabeled videos.
Source for developers who want to fork or build: https://github.com/masteranza/weedout-for-youtube
Pull requests are not accepted; the repository is for independent forks.
My only concern is that I have seen legit videos by creators on the platform for many years, with the tiny "AI (i)" label below the video. I have seen this even on channels that are not faceless.
You would think if anyone could get this right, it would be Google/YouTube, but apparently not.
I’d love a small local model that detects AI voices and blocks the content.
My pet peeve is the AI generated voices. I absolutely love the cosmology-astrophysics-space stuff. And it can be any crap if it's correct enough and entertaining enough and passive enough that I can fall asleep to it.
But once I detect that the voiceover is AI generated that shit get instablocked forever. It's an instant put-off. Do all the visuals you want with AI as long as they are reasonable but when a human (AI) voice starts to fuck with the way a word has been presented in a particular context then it just makes me want to hate everything I won't mention any names <cough> elevenlabs.
This is great, but why start with Safari and not a cross platform browser? Is there something native here that can't be done otherwise or is it just personal preference?
I wish I had this but for every website and media surface
I’ve found that the AI label doesn’t necessarily mean AI slop, it just means there’s a non zero amount of AI in the video. I want to avoid AI slop but not all videos that have an AI title screen or whatever.
I'm more concerned about the stuff that is fraudulent then possibly legit stuff explicitly labelled as AI
You can charge money for browser extensions? And people pay for them?
I'm in the wrong business.
one problem is that algorithms(1) to detect AI generated content are surprisingly bad
like non-AI generated animated/cartoon content is much more likely to be mistakenly labeled as AI then some somewhat realistic "looking" but for a human still clearly AI slop content
some platforms (TickTock) seem to label anything as fully AI generated iff the metadata indicates certain tools like Adobe Illustrator are used, independent on how it was been used
---
(1): If that tool is "ask an AI" then its not surprising at all. It's content which AI tried to make look as realistic as possible, the same (and potentially similar) AI will see it as "as realistic as possible"...
Safari? Of all browsers? Why not start with Chromium?
This is great. Having the option to choose whether or not to see AI content was the first thing I hoped they'd add a filter for when it was first introduced.
Just for kicks, I inverted the filter in a TamperMoneky script that only keeps the AI-generated content: https://gist.github.com/SMarioMan/32c959d79035cb421df1c69c06...