Created
June 23, 2013 17:38
-
-
Save bassettsj/5845838 to your computer and use it in GitHub Desktop.
Comic Sans Bookmarklet.
This file contains 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:(function(){var x=document.styleSheets[document.styleSheets.length-1];x.insertRule('* { font-family: "Comic Sans MS" !important; }',x.cssRules.length);})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment