Togetter のデコレーションを無効にし、お気に入りしたユーザを表示しない様にするuserstyle

Togetterは面白いんだけど、なんとも言えない気持ち悪さを感じる*1ことがあって、その原因がデコレーションと「お気に入りしたユーザ」の表示にあるっぽいので消してみた。
http://userstyles.org/styles/27914

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://togetter.com/li/") {
div.favorite_box{
    display: none !important;
}
div.list_body h4 span{
    color: #000000 !important;
    font-weight: normal !important;
    font-size: 100% !important;
}
div.profile_box a.profile_image{
    display: none !important;
}
}

*1:個人の感想です