>>434
IDの後ろに[自分]マーク
```
div[class*="mark-myself"] {
.res-num::before {
content: ""!important;
}
.cln_id::after {
content: " [自分]";
}
}
```
これでどうでしょ