久しぶりにこういうの書いたな。 querySelector, querySelctorAll メソッドを使ってるので Opera 10, Firefox 3.1*1 以上でないと動かない。 // ==UserScript== // @name hatebu counter at delicious // @namespace http://opera.higeorange.com/ // @incude http://delicious.com/* // ==/UserScript== (function() { var hatebuBaseUrl = 'http://b.hatena.ne.jp/entry/'; var hatebuImageBaseUrl = hatebuBaseUrl + 'image/'; var posts = document.querySelectorAll