Skip to content

Instantly share code, notes, and snippets.

@fendent
Created January 8, 2013 07:09
Show Gist options
  • Save fendent/4481911 to your computer and use it in GitHub Desktop.
Save fendent/4481911 to your computer and use it in GitHub Desktop.
bookmarklet to add a G. because it is the funniest letter
javascript:void((function(d){var g=d.createElement('div');g.setAttribute('style','position:fixed;top:0.2em;left:0.3em;font-family:Impact,sans-serif;color:#222;text-shadow:5px 5px 0px #dfdfdf;font-size:72px');g.innerHTML='G';d.getElementsByTagName('body')[0].appendChild(g)}(document)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment