Share any website in Google Reader
I read a lot of feeds and Google reader makes this easier.
It also allows me to 'share' the ones I find useful/interesting as an RSS feed for others to read.
One thing I found is that I sometimes come across a great site or blog post from a source other than Google Reader
that I want to share. This small Chrome/chromium bookmarklet allows you to share any website you visit.
You just create a bookmark on the Chrome toolbar with the URL set to the following javascript snippet.
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{}