Is there a way to prevent certain source domains from showing in my HN feed?
ie, any time a flirgleburk.co or gringlepuff.net link is posted, hide it from my view?
news.ycombinator.com##tr.athing:has(td.title):has(span):has(a:has-text(/(flirgleburk\.co|gringlepuff\.net)$/))
news.ycombinator.com##tr.athing:has(td.title):has(span):has(a:has-text(/(flirgleburk\.co|gringlepuff\.net)$/)) + tr
news.ycombinator.com##tr.athing:has(td.title):has(span):has(a:has-text(/(flirgleburk\.co|gringlepuff\.net)$/)) + tr + tr.spacer
Might not be 100% optimal filter but it has worked for me for quite some time.
[1] https://gist.github.com/surprisetalk/462789361723211fcda71e1...