
path: '^/graffiti/.*', 
entryNodes: {
  'div.list': {uri: 'div.left a', title: 'document.title', container: 'parent'}
}
path: '^/[0-9a-z]{6,7}$',
entryNodes: {
  'div#contents': {uri: 'window.location', title: 'document.title', container: 'h3'}
}
".list .(right|left) img" の width/height が決め打ちされているので,やむを得ず div.list をコンテナに…
Stylish 等でマージンを調整すれば,なんとか見られるようにはなる
@-moz-document domain(twitpaint.com) {div.list span.hatena-star-star-container {margin-left: 12px}}