Skip to content

Instantly share code, notes, and snippets.

@SeanSilke
Created April 28, 2016 08:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SeanSilke/edd15fb744386f8d482706f860fe24dd to your computer and use it in GitHub Desktop.
Save SeanSilke/edd15fb744386f8d482706f860fe24dd to your computer and use it in GitHub Desktop.
//This one-liner launched from console will remove all images on page.
$$("img").forEach((i) => i.parentElement.removeChild(i))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment