Spotify: emphasize liked songs
Highlights rows of liked tracks with a subtle green background so they are easy to spot.
Code to copy
/* Make liked tracks stand out with a subtle green tint */
div[data-testid="tracklist-row"]:has(button[aria-checked="true"]) {
background: rgba(30, 215, 96, 0.10) !important;
}
button[aria-label="Remove from Your Library"] {
opacity: 1 !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.