Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This is legitimately useful! I already have been using LLMs to write userscripts, buck you extension make the whole process 100% times easier, especially because it is already running on the browser, instead of you having to go back and forward with copy and paste code into VSCode or some chatbot.


That's the goal! This whole project started because I was originally just asking ChatGPT to write userscripts. For generic ones, it was okay, but the feedback loop was slow: I had to save the page archive, manually feed it to LLM, write a detailed prompt, generate a script (that probably didn't work initially), and then repeat that process until I was happy.

Now I can do that all in seconds (and iterate just as quickly). I also love the ability to easily share scripts I made with friends. Hopefully it's useful for you!


Thanks for replying. I wasn't expecting a reply since the thread was so popular and there were a bunch of comments :) Since I have your attention, I would like to ask something that isn't quite about the project itself, but rather about the ease of use that projects like this will bring.

Do you think pages in the future might start locking down and making it harder for users to customize things? Sort of DRM? Sometimes, for instance, on Cloudflare checking captcha pages, often I have to disable my userscript extension because some of my scripts interfere with the captcha or something.

And as some people pointed out, I'm somewhat skeptical sites would like users modifying their pages, not because those custom modifications wouldn't be useful to their users and make their user experience better, but because those sites do not want a better user experience for their users. Hell, if they wanted or were okay with that, YouTube Premium would offer you an API so that you can watch your stuff without being bothered by their horrible official front-end in your preferred alternative front-end.

So I'm just curious what your take on that is.

Again, loved the extension, and a small suggestion I would make is for the extension to store locally the prompts that generated that code, like the conversation. I'm not sure if this exists—at least I wasn't able to find it—but I think it could be useful.


> Thanks for replying. I wasn't expecting a reply since the thread was so popular and there were a bunch of comments :)

The only way you can build a product that people love is by talking to people, so I am doing my best to keep up with all the feedback here!

To your main question: Tampermonkey has >11M downloads, which seems like a lot but at the scale of YouTube, Facebook, etc. the impact is largely inconsequential. I could understand concern about truly policy violating scripts (spam content/requests, etc.) but much of what people seem to want so far is basic Quality of Life things that should already be a native option in the first place.

To me, ad blockers seem like they much more materially impact these sites, and though there is pushback (and setbacks like Manifest V3), ad blockers are still kicking. I don't love that the marketshare of chromium continues to climb, as that gives Google massive power over the future of the web, but I can't do much to solve that.

Who knows what the future holds, but for now I am just focused on enabling people to have more control over their browsing experience :)

> Again, loved the extension, and a small suggestion I would make is for the extension to store locally the prompts that generated that code, like the conversation. I'm not sure if this exists—at least I wasn't able to find it—but I think it could be useful.

Great suggestion. I'll add it to our queue!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: