Paste HTML, get clean plain text. Strip all tags, decode entities, keep paragraph breaks. DOMParser-based — handles real-world HTML.
—
<script>, <style> and HTML comments — removed entirely<img>, <svg> — removed (no alt-text fallback by default)— → —, → space)Parsing happens in your browser via DOMParser. Nothing is uploaded.