Skip to content

Instantly share code, notes, and snippets.

@SeanSilke
Created April 28, 2016 08:17
Show Gist options
  • Select an option

  • Save SeanSilke/edd15fb744386f8d482706f860fe24dd to your computer and use it in GitHub Desktop.

Select an option

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