Skip to content

Instantly share code, notes, and snippets.

@scudco
Created October 27, 2008 06:37
Show Gist options
  • Save scudco/20028 to your computer and use it in GitHub Desktop.
Save scudco/20028 to your computer and use it in GitHub Desktop.
Ubiquity command for sharing something to Google Reader
CmdUtils.makeBookmarkletCommand({
name: "Note in Reader",
url:"javascript:var%20b=document.body;var%20GR________bookmarklet_domain='http://www.google.com';if(b&&!document.xmlVersion){void(z=document.createElement('script'));void(z.src='http://www.google.com/reader/ui/link-bookmarklet.js');void(b.appendChild(z));}else{}"
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment