← Back to context

Comment by xmprt

7 months ago

What I've been doing is using high audience extensions (like Tampermonkey) and getting ChatGPT to write a script for it which does what I need it to. Much more effective and trustworthy than relying on another extension developer. If Tampermonkey can't do it then I'll just write the entire extension on my own and load it as a developer extension.

There's also lots of userscripts available on https://greasyfork.org/en/scripts?q=youtube+shorts

Greasyfork restricts what 3rd party libraries can be pulled in + you have the option of disabling automatic updates in your userscript manager.

  • The whole point is that I don't want to run other people's code on my machine so I use an LLM to generate code (that I verify) which does the job I need it to. For small, well contained requirements, it works quite well.