/*
* @title ↓☆
* @description はてなブックマークのコメントを☆順にソート
* @include http://b.hatena.ne.jp/entry*
* @license MIT License
* @require
*/
(function(d,k,t,n,f,h,u,l,s,c,e,i,p){for(u=d.getElementById('bookmarked_user'),l=u[f];l;l=l.nextSibling){s=c=0;if(l.tagName!='LI')continue;e=l[t]('img');for(i=e.length;i--;)e[i][n]==h+'star'?++s:0;e=l[t]('span');for(i=e.length;i--;){p=e[i];p[n]==h+'inner-count'?s+= +p.innerHTML:p[n]=='comment'&&p[f]?++c:0}s||c?k.push({l:l,s:s}):0}k.sort(function(a,b){return b.s-a.s});for(i=k.length;i--;u.insertBefore(k[i].l,u[f]));})(document,[],'getElementsByTagName','className','firstChild','hatena-star-')