Skip to content

Instantly share code, notes, and snippets.

@easierbycode
Created November 20, 2015 19:52
Show Gist options
  • Save easierbycode/a7b3b10438cb80cde6f6 to your computer and use it in GitHub Desktop.
Save easierbycode/a7b3b10438cb80cde6f6 to your computer and use it in GitHub Desktop.
[].forEach.call(document.querySelectorAll('img'), function (img) { if (/\.gif/i.test(img.src)) img.remove() })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment