About this tool
Start with the reason this tool looks different from every other screenshot editor: blurring text does not destroy it. A blur is a fixed, known transformation, so an attacker who wants the card number under the smudge never needs to invert anything — they render candidate strings in the same font, blur them the same way, and keep the one that matches your pixels. For a 16-digit card number, a phone number or an email address the candidate space is small enough that this is practical, and it has been demonstrated in public more than once. Pixelation is the same attack with a coarser grid: every output block is just the mean of the source pixels beneath it, so it leaks the same information block by block. Both fail catastrophically over text — and text is what screenshots are made of. So this tool does not offer blur at all: no parameter makes it safe, so it cannot be offered even behind a warning. The default is a solid fill, which overwrites the pixels outright, and if you pick pixelation anyway, the tool warns when the block size is too small to be safe for the region it covers.
What the saved file actually contains
The export is a flattened redraw: the redaction is baked into a new bitmap, not stacked on top of the old one. The black box is not an object that a viewer, an undo command or a PDF editor can lift off the file — there is no layer, no mask, and no original hiding underneath, because the covered pixels were never written to the output at all. That distinction has burned real people: redactions applied as removable shapes in document editors have been peeled off court filings and leaked memos more than once. On the way out, EXIF is stripped as well, so the file carries no capture time, device model or any other tag the screenshot tool wrote into the original.
Paste in, copy out
The fastest path never touches the disk: press Ctrl+V (⌘V on a Mac) to paste a screenshot straight from the clipboard, drag rectangles over what has to go, and copy the redacted result back to the clipboard for the chat or ticket it is headed to. Drag-and-drop and a file picker are there for saved images, and the download button writes a PNG. Annotations — box, arrow, text label — are included because a redacted screenshot usually also needs a “look here”, but be clear about what they are: they mark the picture and they cover nothing. Only the solid fill and, block size permitting, the mosaic remove information, and the UI keeps the two groups visually apart so one is not mistaken for the other.
Nothing leaves the browser
The screenshot you most need to redact is exactly the screenshot you least want to upload somewhere first — the order matters. This page is a static file with no API behind it: the image is opened locally, the redraw runs in your tab, and the export is generated by your browser. There is no upload request to find in the network tab, and the page keeps working with the connection off. Nothing to install and no account, either.