Skip to content

Instantly share code, notes, and snippets.

@dustingetz
Created March 20, 2011 16:13
Show Gist options
  • Select an option

  • Save dustingetz/878416 to your computer and use it in GitHub Desktop.

Select an option

Save dustingetz/878416 to your computer and use it in GitHub Desktop.
buzz note bookmarklet
javascript:
var b=document.body;
var GR________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