別名記事をメニューから非表示にするUserCSS
#別名記事
#UserCSS
usercss
code:style.css
.page-list :is(
data-page-title*='`'
,
) {
display: none;
}