Star Counterのおまけページだったんですが
せっかくなんで、ちょっとだけ更新。
ブックマークレット
はてなスターの情報を確認したいページ上で実行します。
ページ遷移する版
javascript:(function(){location.href='http://hatena-anohito.appspot.com/hs_entry?url='+encodeURIComponent(location.href)})();
新規ウィンドウ/タブを開く版
javascript:(function(){window.open('http://hatena-anohito.appspot.com/hs_entry?url='+encodeURIComponent(location.href))})();