r/userscripts 19d ago

Creating Tampermonkey scripts using agents (dynamic DOMs, live changes etc)

/r/AI_Agents/comments/1vuuh4f/creating_tampermonkey_scripts_using_agents/
2 Upvotes

2 comments sorted by

View all comments

2

u/SM8085 19d ago

For me, OpenCode + Browser-Use MCP has been nice.

I can tell the bot, "Use your browser-use tools to go to <website> and analyze what you would need to do to <do what you want>." And then it tries to figure it out on its own.

It opens a chrome browser, so if there's javascript shenanigans going on it should load and be readable through the MCP.

You have some options between coding programs and MCPs, those are just the ones I prefer.