
knockoff
worthwhileA lean, privacy-respecting Chrome extension that filters Amazon junk brands using heuristics and community lists. Worthwhile for its focused utility.

What it is
A Chrome extension that dynamically filters out trademark-squatting 'brands' (e.g., SZHLUX, HORUSDY) from Amazon search results. Uses a local pipeline of allowlist, blocklist, curated lists of known brands, and linguistic heuristics to classify listings. Offers three filter levels (Relaxed, Standard, Strict) and actions (hide, dim, label). No accounts, no tracking, no server round-trips for browsing.
How it differs from vanilla Claude
Vanilla Amazon shows every listing equally, leaving the buyer to manually spot (or miss) pseudo-brands. Knockoff automatically applies the user's and community's judgment, surfacing real brands and hiding junk. It does not rely on Amazon's own (weak) brand enforcement.
Skill, plugin, or workflow shift?
The extension exposes a per-listing badge for trust/block/report, a floating pill for hidden items, a settings page for fine-tuning allow/block lists and filter level, and an optional reporting endpoint (Cloudflare Worker). The heuristics and branded data are editable by anyone.
Devil's advocate — is this just complexity?
A vanilla agent (or simple user script) could replicate the core allowlist approach in a few lines, and many users don't care about pseudo-brands. The heuristics are necessarily imperfect and will misclassify both ways (miss some junk, flag some real brands). Amazon could change their HTML and break everything. The extension adds a dependency for a problem most users don't know they have.
The honest case for it
No vanilla agent can replicate the curated community lists and heuristic scorer without significant ongoing manual effort. The extension is self-contained, privacy-first, and requires zero AI or cloud dependency. The combination of community intelligence (veto power of known-brands) with algorithmic detection is genuinely novel in this space and impossible to reproduce with a quick prompt.
Who it's for
Audience fit
Depth and leverage for a technical engineer who wants to understand it and level up their workflow — not just offload work.
Value for someone who wants a more capable tool without the technical depth — accessible, does-it-for-you.
Engineers may appreciate the clever client-side heuristic logic and lack of telemetry; non-engineers can easily install and benefit.