userChrome.css

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

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 !i…