Hunter Utilities - Browser Extension

Homepage for the Hunter Utilities browser extension β€” a collection of small but meaningful improvements for the sites I visit every day, built with the help of Claude AI.

Available for Edge

What it does

Reddit

Hover over any multi-image post and use the left/right arrow keys to flip through images without touching the mouse. The extension watches for new posts loaded while scrolling and binds the shortcuts automatically.

voz.vn

  • Auto-expand quotes β€” collapsed quotes in the first post of a thread are expanded automatically so you never miss context.
  • Clean up pasted content β€” inline colors and custom fonts pasted from external sources are stripped from quoted text, keeping the reading experience consistent with the forum’s own style.
  • Tame oversized images β€” images are capped at 70% of your screen height. Click any image to open it in the forum’s built-in viewer.
  • Cleaner layout β€” the sidebar is hidden and the sticky navigation bar uses a frosted-glass effect.

Built with Claude

This extension was built entirely through a conversation with Claude. I described what I wanted, Claude wrote the code, suggested better approaches (like injecting the stylesheet via a <link> tag instead of embedding CSS in JS), and refined the implementation through feedback. The whole thing β€” manifest, content scripts, background worker, icon, and store listing β€” came out of a single session.


πŸ›‘οΈ Privacy Policy

Effective Date: 2026-05-08

Thank you for using the Hunter Utilities browser extension. Your privacy is important, and this extension is committed to a fully transparent experience.

πŸ” Data Collection

This extension does not collect, store, or transmit any personal data, browsing history, or usage information. All functionality runs entirely within your browser and makes no requests to any external server.

πŸ“¦ How the Extension Works

Content scripts run on Reddit and voz.vn to add keyboard shortcuts and apply layout improvements. A background service worker updates the extension icon badge to indicate when the extension is active on the current tab. All processing is done locally. Nothing is sent anywhere.

πŸ” Permissions

This extension declares no special browser permissions. Content scripts are scoped strictly to reddit.com and voz.vn and interact only with the page DOM.

🚫 Third-Party Services

This extension does not use or integrate with any third-party services, analytics tools, or advertising networks.

πŸ“„ Changes to This Policy

If the extension ever changes in a way that affects privacy, this policy will be updated and noted in the extension’s update release notes.

πŸ“¬ Contact

Questions or concerns? Reach out at X (formerly Twitter).

πŸ’½ Source Code

The source code for this extension is available on Github.