ytytfbim: 如果是要回應者的話 就把.highlight_owner改成.response
如果是只有你自己的話,就要找到你的uid,在你名字的a標籤裡面
其他應該是這樣
噗主,但不是你
.highlight_owner:not(:has(a[data-uid="你的ID"]))
你是噗主
.highlight_owner:has(a[data-uid="你的ID"])
你是回應者
.response:has(a[data-uid="你的ID"])
你以外的回應者
.response:not(:has(a[data-uid="你的ID"]))