Skip to content

Instantly share code, notes, and snippets.

@clooth
Created March 20, 2014 20:49
Show Gist options
  • Save clooth/9673502 to your computer and use it in GitHub Desktop.
Save clooth/9673502 to your computer and use it in GitHub Desktop.
javascript:(function(d){els=d.querySelectorAll('*');for(i=0;i<els.length;i++){e=els[i];e.style.color='transparent';e.style.backgroundImage='none';if(e.nodeName=='IMG')e.style.visibility='hidden';}})(document);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment