Skip to content

Instantly share code, notes, and snippets.

@weeble
Created October 30, 2013 23:18
Show Gist options
  • Save weeble/7241969 to your computer and use it in GitHub Desktop.
Save weeble/7241969 to your computer and use it in GitHub Desktop.
Zap Twitter images
javascript:(function(){var newcss="a.media-thumbnail { display: none; }";if("\v"=="v"){document.createStyleSheet().cssText=newcss}else{var tag=document.createElement("style");tag.type="text/css";document.getElementsByTagName("head")[0].appendChild(tag);tag[(typeof document.body.style.WebkitAppearance=="string")?"innerText":"innerHTML"]=newcss}})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment