How to deselect CSS selectors that potentially appear in the future?

I’d like to monitor this website:
https://www.vinted.de/catalog?time=1737634909&search_id=20327843846&catalog[]=90&page=1&brand_ids[]=278800&size_ids[]=1424&search_text=liners&order=newest_first

Currently the item list is empty.
But if a new items appears there, I’d like to deselect the following css selectors:

  • .new-item-box__favourite-icon
  • .web_ui__Cell__body>div>.u-ui-padding-bottom-regular
  • .web_ui__Cell__body>div>div>div
  • .u-visually-hidden

Currently I can’t deselect them from the webpage selector as I’m getting the error message “Not a valid selector. Please edit your selector” as these selectors don’t exist yet.

Any advice?

selectors can be added manually under the monitor’s config options. check out Config and Advanced Options – Distill. the browser extension’s visual selector should let you add these selectors too.