Etsy: hide promoted ad rows in the grid
Cuts out entire ad rows interleaved between search results so the grid shows only genuine listings.
Code to copy
/* Hide promoted ad rows interleaved into the search grid */
[data-search-results] [data-appears-component-name*="promoted"],
[data-search-results] [data-appears-component-name*="ad_"],
[data-search-results] [data-region-type="ad"] {
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.