>>592
```
//DAT落ちを示すアイコンを非表示にする
#threadPane .tab .fas.fa-download.fa-fw {
display: none;
}
```