4 Commits

Author SHA1 Message Date
tony ed92298b79 Release v0.1.2: site-backup persistence + PNG toolbar icons
- Mirror dismissals to window.localStorage on autotrader.co.uk ("atm:..."
  key). If browser.storage.local comes up empty after a quirky reinstall,
  the content script rehydrates from the site backup on the next page load.
- Replace the SVG toolbar icon with PNG renders (16/32/48/96/128) — some
  Firefox installs don't render extension SVG icons reliably in the
  toolbar / extensions flyout.
- Sharp added as a devDependency to rebuild icons from icon.svg.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-22 13:31:46 +00:00
tony 066ec44584 Release v0.1.1: hide sponsored listings, broaden detail-page detection
- Hide any card whose anchor carries `journey=FEATURED_LISTING_JOURNEY`
  or whose container is tagged featured/sponsor/promoted.
- Detail-page URL regex now also matches `/classifieds/advert/{id}` and
  `/cars/{slug}/{id}` in case AutoTrader redirects through either.
- Added a `[ATM]` console.log at init so unresolved detection issues can
  be diagnosed from Firefox DevTools.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-22 13:06:25 +00:00
tony 8f3b695415 Release v0.1.0
First signed XPI via web-ext unlisted channel. Firefox will now auto-update
installed copies by polling dist/updates.json in this repo.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-22 12:36:41 +00:00
tony eabab39210 Initial commit: AutoTrader Marker Firefox extension
Mark AutoTrader listings as 'not wanted' on both search results and detail
pages. Includes the unlisted signing / auto-update pipeline (web-ext +
dist/updates.json polled by Firefox).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-22 12:33:45 +00:00