news.ycombinator.com##:xpath(//span[contains(@class, 'comhead')]/a[contains(@href, 'user?id=USERNAME')]/ancestor::td[contains(@class, 'default')])
Replace USERNAME with the user you don't want to see.
Edit: it only works on comments, but you can just as easily make one that hides their submissions as well.
news.ycombinator.com##.default:has(.hnuser[href$="=USERNAME"])
news.ycombinator.com##.default:has(.hnuser[href$="=USERNAME"]) .comment > .commtext:style(color: #f6f6ef !important)
Amazing! I had no idea uBlock could actually inject another style.
news.ycombinator.com##:xpath(//span[contains(@class, 'comhead')]/a[contains(@href, 'user?id=USERNAME')]/ancestor::td[contains(@class, 'default')])
Replace USERNAME with the user you don't want to see.
Edit: it only works on comments, but you can just as easily make one that hides their submissions as well.