Clipboard Inspector

See every MIME type sitting on your clipboard with sizes and previews.

Everything runs locally: your files and inputs never leave your device. The clipboard is only read after you click the button above, and nothing is stored or sent anywhere.

What it does

Shows every format currently sitting on your clipboard, not just the plain text you expect. Copy something and this tool lists each MIME type present (text/plain, text/html, image/png, and more), its size, and a preview, including the hidden HTML markup or RTF payload many apps attach alongside plain text.

How to use it

Click the Read clipboard button and the browser will ask for permission to read what you last copied. Once granted, every format is listed with its byte size and a preview. You can also paste a snapshot JSON manually if you already have one.

Why this one

There is no comparable tool without installing a browser extension. Most sites and apps only ever show you the plain text they pasted, hiding the extra HTML or image data that rides along with a copy. This tool makes that invisible payload visible, entirely in your browser.

FAQ
Why does the browser ask for permission?
Reading the clipboard requires an explicit permission grant in every modern browser, since clipboard contents can include sensitive data from other apps. This tool only reads the clipboard when you click the button.
Why do I see text/html when I copied from a website?
Browsers and office apps automatically attach a text/html version alongside the plain text whenever you copy formatted content, so the destination app can preserve bold text, links, and colors. That HTML version is usually what gets pasted by default.
Does my clipboard data leave my machine?
No, your files and inputs never leave your device. The clipboard is read and analyzed entirely in your browser.