Skip to content

Instantly share code, notes, and snippets.

@chrismealy
Created October 20, 2013 21:17
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrismealy/7075460 to your computer and use it in GitHub Desktop.
Save chrismealy/7075460 to your computer and use it in GitHub Desktop.
javascript:(function(){var newSS, styles='* { background:white ! important; color: black !important; text-decoration: none !important } :link, :link * { color: #0000EE !important } :visited, :visited * { color: #551A8B !important }'; if(document.createStyleSheet) { document.createStyleSheet("javascript:'"+styles+"'"); } else { newSS=document.createElement('link'); newSS.rel='stylesheet'; newSS.href='data:text/css,'+escape(styles); document.getElementsByTagName("head")[0].appendChild(newSS); } })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment