No description
  • Svelte 42.1%
  • TypeScript 41.5%
  • CSS 11.7%
  • Nix 2%
  • Just 1.7%
  • Other 1%
Find a file
2026-05-18 20:01:01 -04:00
src add basic screenshots 2026-05-18 20:01:01 -04:00
tools formatting pass 2026-05-17 14:07:25 -04:00
.envrc add tooling 2026-05-17 14:05:09 -04:00
.gitignore add tooling 2026-05-17 14:05:09 -04:00
bun.lock initial extension popup 2026-05-17 14:29:42 -04:00
components.json initialize new wxt project with tailwind and shadcn-svelte 2026-05-17 13:17:18 -04:00
justfile add license, privacy policy, and build recipe 2026-05-18 16:57:59 -04:00
LICENSE add license, privacy policy, and build recipe 2026-05-18 16:57:59 -04:00
package.json add license, privacy policy, and build recipe 2026-05-18 16:57:59 -04:00
PRIVACY.md add license, privacy policy, and build recipe 2026-05-18 16:57:59 -04:00
README.md basic polish before publishing 2026-05-17 18:18:59 -04:00
tsconfig.json formatting pass 2026-05-17 14:07:25 -04:00
wxt-env.d.ts initialize new wxt project with tailwind and shadcn-svelte 2026-05-17 13:17:18 -04:00
wxt.config.ts add manifest metadata for firefox store 2026-05-18 19:39:17 -04:00

Amazon Desponsor

A browser extension that hides or highlights sponsored products in Amazon search results.

Install

  • Chrome Web Store: coming soon
  • Firefox Add-ons: coming soon

To install from source, build it (see below) and load the output directory as an unpacked extension.

Features

  • Hide sponsored items entirely
  • Highlight sponsored items in a color of your choice
  • Toolbar badge showing how many sponsored items were treated on the current page
  • Covers standard product tiles, sponsored brand video banners, themed-collection carousels, skyscraper ads, and "Customers frequently viewed" sections

Development

just install   # install dependencies
just dev       # run with HMR
just build     # production build → .output/
just check     # type + svelte check
just format    # run all prek hooks