No description
- Svelte 42.1%
- TypeScript 41.5%
- CSS 11.7%
- Nix 2%
- Just 1.7%
- Other 1%
| src | ||
| tools | ||
| .envrc | ||
| .gitignore | ||
| bun.lock | ||
| components.json | ||
| justfile | ||
| LICENSE | ||
| package.json | ||
| PRIVACY.md | ||
| README.md | ||
| tsconfig.json | ||
| wxt-env.d.ts | ||
| wxt.config.ts | ||
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