Dim expired products
Fades and desaturates rows of expired products so your attention stays on items still serving.
Code to copy
table tbody tr:has([aria-label*="Expired" i]),
table tbody tr:has([aria-label*="No longer" i]),
[role="row"]:has([aria-label*="Expired" i]) {
opacity: 0.45 !important;
filter: grayscale(0.6) !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.