Skip to content

Instantly share code, notes, and snippets.

@andzi
Last active December 15, 2015 16:08
Show Gist options
  • Save andzi/5286545 to your computer and use it in GitHub Desktop.
Save andzi/5286545 to your computer and use it in GitHub Desktop.
Google Reader Subsribe bookmarklet
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