ScriptSmith turns a plain-English description into a ready-to-use browser script — no coding. You point at what you want, describe it, and paste the result into Tampermonkey.
Open the Inspector helper. Select everything (Ctrl/Cmd + A) and copy (Ctrl/Cmd + C).
Click the Tampermonkey icon → Create a new script… Select all in the editor, delete it, paste, then save (Ctrl/Cmd + S).
Every time — make a script (3 steps)
Point. On your app, click the Tampermonkey icon → 🎯 Pick an element for ScriptSmith, then click the exact thing you want (a button, a row, a list). You'll see “✅ Context copied”.
Describe. Go to tamperemonkeybuilder.pages.dev, expand “Targeting a complex app?”, paste into the Page context box, type what you want in the top box, and click ✨ Generate.
Install. Click 📋 Copy. Then Tampermonkey → Create a new script, select all, delete, paste, save. Refresh your app — your new button/feature is there.
Didn't work, or want a tweak? Use the “Didn't work or want to tweak it?” box on the site, describe the change, click Refine, and re-install the updated script.
Tip: Aim precisely when picking — click the exact element you mean (e.g. a row in a list, not the empty space around it). Better aim = better script.