Home > Articles > How to: remove Etsy search ads

How to: remove Etsy search ads

  1. Install Greasemonkey or Tampermonkey

Firefox users: Greasemonkey
Chrome users: Tampermonkey

  1. Install Etsy Ad Remover

Click this link to install

This script simply removes ads from search result on Etsy. If you're curious, check out the source code on GitHub.

Implementation

Etsy search ads have children with a CSS class of .ad-indicator. It's literally one line to remove those. This was a fun way to figure out how to make the web less annoying through using browser dev tools and Greasemonkey.

If you have any feedback, please contact me at sgt at this domain. Thanks!