Highlight expiring products
Tints rows of products whose listing will expire soon in orange so you can refresh the feed in time.
Code to copy
table tbody tr:has([aria-label*="Expiring" i]),
table tbody tr:has([aria-label*="expires soon" i]),
[role="row"]:has([aria-label*="Expiring" i]) {
background: rgba(255,109,0,0.14) !important;
box-shadow: inset 4px 0 0 #FF6D00 !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.