プログラムやコンピューティングを基本から学びたいと思い、html版SICPを見に行ったら思いの外読みにくかったので、簡単にスタイルを当てるbookmarkletを書いた。
javascript:(function(){ document.querySelector('body').style.fontFamily = "'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3',Verdana, Roboto, 'メイリオ', Meiryo, 'MS Pゴシック', sans-serif";document.querySelector('body').style.fontWeight = 300;document.querySelector('body').style.margin = '0 auto';document.querySelector('body').style.lineHeight = '2rem';document.querySelector('body').style.padding = '0 8px'; document.querySelector('body').style.maxWidth = '700px';})()
これが

こうなる。
