Skip to content

Instantly share code, notes, and snippets.

@monsur
Created May 29, 2011 02:32
Show Gist options
  • Save monsur/997408 to your computer and use it in GitHub Desktop.
Save monsur/997408 to your computer and use it in GitHub Desktop.
Bookmarklet to create a new Google Doc
// Bookmarklet to create a new Google Doc.
// This updates the bookmarklet from http://noscope.com/journal/2009/04/new-google-doc-favelet
// with the new URL for creating a doc.
javascript:(function(){ window.open('https://docs.google.com/document/create?hl=en_US'); })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment