Skip to content

Instantly share code, notes, and snippets.

@bassettsj
Created June 23, 2013 17:38
Show Gist options
  • Save bassettsj/5845838 to your computer and use it in GitHub Desktop.
Save bassettsj/5845838 to your computer and use it in GitHub Desktop.
Comic Sans Bookmarklet.
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