Skip to content

Instantly share code, notes, and snippets.

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