Last active
January 11, 2018 16:45
-
-
Save wbbradley/c8d58750d2dcb4f1153b0e4247ee37d9 to your computer and use it in GitHub Desktop.
Make this a bookmark in your Chrome.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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