Strip Styles, Keep Classes. You Choose What Goes.
Auto Clean & Title on Copy
There are two kinds of developers.
The first copies HTML from client sites and spends an hour stripping inline styles, data attributes, and tracking garbage before the code is usable.
The second configured Auto Clean once — and never thinks about it again.
Configure once. Copy clean forever.
6 Cleaning Toggles
Works with Click to Copy
Configure Once
150+ Tools
Raw HTML Is a War Zone
That’s one div. One.
Copy HTML from any production site. Paste it. Look at what you got:
style=”margin: 0; padding: 16px; font-family: -apple-system…”
data-track-event=”card_view”
data-analytics-id=”usr_8x7h2″
id=”card-wrapper-unique-9283″
That’s one <div>. One.
Multiply by every element in a component. Multiply by every component you need. That’s your afternoon — deleting garbage that has nothing to do with the code.
The developer toolkit turns raw HTML into clean code automatically.
Decide What Survives
Six toggles. Each controls what gets stripped.
- Remove inline styles → You have your own CSS. You don't need theirs.
- Remove classes → For clean semantic HTML
- Remove IDs → No more id="header-wrapper-unique-7382"
- Remove data attributes → Analytics garbage stays on their site
- Remove empty tags → Clean up their divitis
- Remove citation numbers → Research without the footnotes
Configure your defaults once. Every Shift+Click uses them.
How It Works With Click to Copy
The camera and its settings panel.
- Click → Smart extraction (text, URLs, sources) — no cleaning needed
- Shift+Click → Captures outer HTML — runs your cleaning rules
- Cmd/Ctrl+Shift+Click → Captures raw HTML — bypassed, you want it raw
Part of the
Developer Toolkit
Tools that work together for faster development.
Click any element and copy clean HTML
Hover to see active styles without DevTools
Live structural overlay without popups
Click text to rewrite, drag elements to reorder
Paste URLs, set delay, open all tabs at once
One drag gesture to extract all links
See what screen readers actually experience
One extension. Every developer tool in the same browser.
Type text into web-based VNC consoles that block Ctrl+V. Synthetic keyboard events, zero typos.
