はてなブックマークのサイドバーを消して本文をのばす

stylish

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://b.hatena.ne.jp/hotentry") {
/* サイドバー を消す */
.sidebar{display:none !important}
/* 本文をのばす */
#main div.has-sidebar{ padding-right:0px !important; }
#main ul.hotentry li blockquote { max-width:100% !important; }
/* もっと読む を消す */
blockquote cite a { display:none; }
}