Created
November 8, 2011 07:25
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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