Skip to content

Instantly share code, notes, and snippets.

@nilcolor
Created November 8, 2011 07:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nilcolor/1347214 to your computer and use it in GitHub Desktop.
Save nilcolor/1347214 to your computer and use it in GitHub Desktop.
Bookmarklet that helps you to subscribe for current site's RSS in Google Reader
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/subscribe-bookmarklet.js');void(b.appendChild(z));}else{location='http://www.google.com/reader/view/feed/'+encodeURIComponent(location.href)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment