前スレ >> 948
https://egg.5ch.net/test/read.cgi/software/1686475201/948
説明は省くけどこれで消える。好みによっては消えすぎると思うから自分で調べてくれ
```
#threadPane .th-container, #popupField .popup-main {
//不要な機能を非表示
.replies { display: none; }
.res-talks { display: none; }
.newly::before { display: none; }
.cursor::after { display: none; }

//不要なカウンターを非表示
.res-col[data-type="mname"], .res-col[data-type="trip"], .res-col[data-type="id2"], .res-col[data-type="id"], .res-col[data-type="ip"] {
.cnt {
display: none;
}
}
}
```