ページ情報メニューに表示されるページ履歴の数を隠す
author: Nrem.icon
UserCSS.icon
2026-03-21 無関係なセレクターを削除
code:style.css
color: transparent !important;
&::after { content: "ページ履歴";
display: inline-block; position: absolute;
left: 0%; padding: 0 16px; right: 0%;
height: 28px; line-height: 28px;
background: transparent; color: #333; }
&:lang(en)::after { content: "Page history"; }
}
color: hsl(0,0%,46.7%);
}