One-Line Browser Trick for Editing Claude's Generated HTML Docs Without a Code Editor
r/ClaudeAI (50 upvotes / 12 comments)·medium signal
A r/ClaudeAI tip (50 upvotes, 12 comments) points out that opening a model-generated HTML artifact in a browser and running `document.designMode = 'on'` in the console makes the entire document directly editable — text, bolding, element removal — with no editor round-trip. Export still requires a manual step. Low score, but it is the rare thread in the subreddit that is pure actionable tooling rather than sentiment, and it addresses a real friction point for anyone whose agent output format is standalone HTML.