トップ画面から特定のページを見えなくするCSSを無効にするUserCSS
code:style.css
.page-list-item {
display: unset!important;
}