よりラディカルなSblackboxのための提案
実装
code:style.css
/* 情報ボタンを非表示 */
.page-menu.xs div:nth-child(1),
.page-menu div:nth-child(1) {display: none !important;}
code:style.css
/* ソートボタンを非表示 */
.page-sort-menu {display: none !important;}
code:style.css
/* 関連ページリスト自体を非表示 */
.related-page-list {display: none !important;}
関連ページリスト(Links他)を消すと、いよいよScrapboxじゃなくなってきて面白い。
code:style.css
/* ストリームも消す */
.lazy-render {display: none !important;}
.project-events {display: none !important;}
.stream::after {
content: "No Stream";
font-size: 100px;
}
No Stream.icon