settings
特定のページを見えなくする
code:style.css
.grid-style-itemdata-page-title="settings",
.grid-style-itemdata-page-title="増井俊之"
{display: none !important;}
codeblockのフォントを小さくする
code:style.css
.line span.code-block {
line-height: 1.2em;
font-size: 88%;
}