Remove selected HTML attributes while preserving tags, text, and remaining semantics.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Start tags are parsed and attributes are removed by exact name, prefix, or allowlist while element names and text are serialized. Script, style, and text-node content are not treated as attributes.
<div style="color:red" onclick="alert(1)"><p style="font-size:14px">Hello</p></div>
<div><p>Hello</p></div>
Scrapers, sanitizers, and migrations remove tracking or obsolete attributes.