066ec44584
- 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>
16 lines
499 B
JSON
16 lines
499 B
JSON
{
|
|
"name": "autotrader-marker",
|
|
"version": "0.1.1",
|
|
"private": true,
|
|
"description": "Firefox extension that marks AutoTrader listings as 'not wanted'.",
|
|
"scripts": {
|
|
"lint": "web-ext lint --source-dir=. --ignore-files=node_modules dist bin package.json package-lock.json README.md .gitignore",
|
|
"release:patch": "bin/release.sh patch",
|
|
"release:minor": "bin/release.sh minor",
|
|
"release:major": "bin/release.sh major"
|
|
},
|
|
"devDependencies": {
|
|
"web-ext": "^8.3.0"
|
|
}
|
|
}
|