generated at
特定の外部project linkのproject nameを削るUserCSS
[/project/title] みたいな外部Project Link /project/ を削るUserCSS
project nameが長ったらしくてうざいときに使うtakker
注:事前に決めたprojectしか消せない

takker.css
.line:not(.cursor-line) a.page-link[href^="/takker/"]:not([href="/takker/"]) { .char-index { display: none; } .char-index:nth-child(8) ~ .char-index { display: inherit; } }
他のprojectで使いたい場合は、 takker を消したいproject nameに、 8 をproject nameの文字数+2に変える

#2024-03-05 18:23:59