Skip to content

Instantly share code, notes, and snippets.

@beane
Created July 22, 2019 08:30
Show Gist options
  • Save beane/9965dd8a6e494f1c1162545db2566f52 to your computer and use it in GitHub Desktop.
Save beane/9965dd8a6e494f1c1162545db2566f52 to your computer and use it in GitHub Desktop.
javascript:(function(){var%20body=document.getElementsByTagName('body')[0];body.style.margin="5%%2020%%205%%2020%";body.style.backgroundColor="#222222";body.style.color="#eeeeee";css='a{color:#0095dd}a:hover{color:#DD4800}';style=document.createElement('style');if(style.styleSheet){style.styleSheet.cssText=css;}else{style.appendChild(document.createTextNode(css));};document.getElementsByTagName('head')[0].appendChild(style);})();void(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment