Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 1.7 KB

File metadata and controls

55 lines (30 loc) · 1.7 KB
BlurCast

BlurCast

Blur anything on a page with a click.

License: MIT Manifest V3 CI


For when you're about to share your screen and the dashboard is full of real numbers.

BlurCast blurring balances and transaction amounts on a dashboard

Click the icon and blur mode is on. Hover what you want gone, click it. Click again to bring it back. Esc when you're done.

Blurs stay after you exit, so you can keep clicking around the page normally.

Install

Not on the Chrome Web Store yet.

git clone https://github.com/codiejay/blurcast.git

Then chrome://extensions → turn on Developer mode → Load unpacked → pick the folder.

Controls

The popup

Alt+Shift+B toggles blur mode. Esc exits. The slider sets how hard the blur is, and Clear all blurs wipes them.

Heads up

It's a blur, not redaction. The text is still sitting in the DOM. Fine for a screen share, a demo, a recording. Useless against someone at your keyboard.

Blurs reset on reload. Nothing is saved anywhere.

Privacy

No tracking, no network calls, no accounts. Two permissions: activeTab, and storage for the blur strength slider. That's it. Details.

Contributing

PRs welcome. CONTRIBUTING.md covers running it locally and what to test.

MIT.