I built a local-first distraction blocker utilizing Firefox's unique MV3 capabilities (Clarity Block)

I built a local-first distraction blocker utilizing Firefox's unique MV3 capabilities (Clarity Block)

Hey everyone,

I was frustrated by website blockers that either track your data or fail to work reliably under the new Manifest V3 rules. I wanted something native to Firefox, highly reliable, and completely private.

I built Clarity Block, a website blocker and focus extension that runs completely locally.

Why it’s built for privacy and reliability:

No Telemetry: It does not harvest your browsing data. All of your blocklists, analytics, and session settings are stored entirely locally on your device.

True MV3 Blocking: It takes advantage of Firefox's unique ability to return a Promise from webRequest.onBeforeRequest. This means the extension intercepts and blocks distracting sites reliably on every single request, without relying on flaky in-memory caches that fail when the background script suspends.

Workflow Features:

Focus Sessions: Set a custom timer to stay locked in, and automatically block access to your customized list of distracting domains.

Group Management: Organize your distracting websites into distinct categories and toggle them on or off with a single click.

Advanced Controls : For those who need more, it includes advanced features like wildcard blocking (e.g., *.news.com), daily time quotas per domain, and custom redirect URLs.

Would love to hear your feedback on the frosted-glass UI!

Link: https://addons.mozilla.org/en-US/firefox/addon/clarity-block/

u/Upstairs_Exchange974 — 4 days ago
▲ 3 r/firefoxextensions+2 crossposts

I got tired of losing copied text while coding, so I built a local-first clipboard manager for Firefox called EchoClip

Hey everyone,

I kept running into an issue where I'd copy a snippet, get distracted, copy something else, and lose the original text. Desktop clipboard managers felt too heavy for what I needed while just browsing and developing.

I built a lightweight Firefox add-on to solve this. It lives entirely in the browser and keeps a history of your copied items for quick access.

Key focuses:

Privacy-first: It’s completely local. No telemetry, no external servers.

Speed: Keyboard shortcut accessible.

Here is the link: https://addons.mozilla.org/en-US/android/addon/echoclip/

addons.mozilla.org
u/Upstairs_Exchange974 — 4 days ago