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>
This commit is contained in:
2026-04-22 13:06:25 +00:00
parent 8f3b695415
commit 066ec44584
6 changed files with 59 additions and 4 deletions
+5
View File
@@ -61,6 +61,11 @@ html.atm-hide-dismissed .atm-card.atm-dismissed {
display: none !important;
}
/* Sponsored / featured listings — fully hidden */
.atm-sponsored {
display: none !important;
}
/* --- Detail page: floating action button --- */
.atm-fab {