Back to Pocket Tools

Clipboard Debug

Paste once to inspect the browser clipboard payload: raw HTML, plain text, sanitized HTML, and whether the normalized result still contains tags.

Paste Target

Uses the browser paste event. Clipboard content stays in this page.
waiting
HTML bytes 0
Plain bytes 0
Links 0
Normalized empty

text/html

Raw HTML supplied by the paste event.
empty
(empty)

text/plain

Plain text fallback from the same payload.
empty
(empty)

Normalize HTML Links Result

Allowed tags are preserved; other elements and attributes are stripped.
null
(null)

Has HTML Tags on Normalized

Checks the normalized string with the same tag-detection regex.
false
false

Paste rich content to see whether sanitized output still has HTML tags.

This tool reads clipboard data only from paste events in your browser. It does not send clipboard content over the network.