Skip to content

Instantly share code, notes, and snippets.

@Cale
Created July 13, 2011 15:06
Show Gist options
  • Save Cale/1080484 to your computer and use it in GitHub Desktop.
Save Cale/1080484 to your computer and use it in GitHub Desktop.
Poorman's Propane
Add this to your bookmark bar. Clicking will hide all images on a page.
javascript:(function(){var imgs=document.getElementsByTagName("img");for(var i=0;i<imgs.length;i++)imgs[i].style.visibility="hidden"}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment