Skip to content

Instantly share code, notes, and snippets.

@wbbradley
Last active January 11, 2018 16:45
Show Gist options
  • Save wbbradley/c8d58750d2dcb4f1153b0e4247ee37d9 to your computer and use it in GitHub Desktop.
Save wbbradley/c8d58750d2dcb4f1153b0e4247ee37d9 to your computer and use it in GitHub Desktop.
Make this a bookmark in your Chrome.
javascript:if (1) {
var node = document.createElement('style');
node.innerHTML = "body { font-family: Georgia; width: 35em; line-height:1.5; margin-left: auto; margin-right: auto; } p { margin-top: 1em; }";
document.head.appendChild(node);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment