2007-09-09 はてなスターを数えるbookmarklet その他 WEB作成 とりあえず、適当に、はてなだけ。 dとかbとかで使えば動くはずです、たぶん。 javascript:(function(){location.href.match(/(http:\/\/.\.hatena\.ne\.jp\/[^\/]+\/)/);var s1=document.createElement("script");s1.text="var c=function(arr){alert(arr.star_count)}";document.body.appendChild(s1);var s2=document.createElement("script");s2.charset="UTF-8";s2.src="http://s.hatena.ne.jp/blog.json/"+RegExp.$1+"?callback=c";document.body.appendChild(s2);})(); ↓を参考にしました。 ブログの☆の総数を取得できるAPIを追加しました - はてなスター日記