Firefox users:
Greasemonkey
Chrome users:
Tampermonkey
This script simply removes ads from search result on Etsy. If you're curious, check out the source code on GitHub.
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!