更新後に隠しカテゴリが再表示される問題

You can target it with the data attribute

tr[data-category-id="4"] {
    display: none;
}