>>776
解決したみたいですけどCSS書いてしまったので提供
```
//パネルアクション「スレッドの勢い」にある総レス数のみを非表示にする
.action-threadspeed.threadspeed .read-progress {
display: none;
}
```