よく使う bookmarklet をメモしておく。
■ google bookmark に追加
javascript:location.href='http://www.google.com/bookmarks/mark?op=add&bkmk='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)
■ はてなのブクマを確認
javascript:location.href='http://b.hatena.ne.jp/entry/'+location.href
■ livedoor reader に登録
javascript:location.href='http://reader.livedoor.com/subscribe/'+location.href
URL に '#' とか含まれているとおかしくなることがあるけど、
まぁ、愛嬌ってことで。