/*
* @title ハイクのアイコンをハッピィに
* @description はてなハイクのユーザーのプロフィールアイコンをハッピィにする。
* @include http://h.hatena.ne.jp/*
* @include http://h.hatena.com/*
* @include http://h1beta.hatena.ne.jp/*
* @include http://h1beta.hatena.com/*
* @license MIT License
*/
(function(){
var a = document.getElementsByClassName('profile-image');
for (var i=0;i<a.length;i++) {
a[i].src='http://www.st-hatena.com/users/xx/'+a[i].title+'/happie_face_s.gif';}
})();