eBay: hide sponsored search results
Removes listings tagged as sponsored from the results grid, leaving only regular listings.
Code to copy
/* Hide sponsored listings from the search-results grid */
.srp-results .s-item:has(.s-item__title--tagblock .SECONDARY_INFO),
.srp-results li.s-item:has(span[aria-label*="SPONSORED" i]),
.srp-results li.s-item:has(.s-item__sep) {
display: none !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.