by xvello on 10/31/22, 8:53 PM with 14 comments
news.ycombinator.com##tr.athing span.titleline > a:has-text(/\bTwitter\b/):upward(tr):remove()
news.ycombinator.com##tr.athing span.titleline > a:has-text(/\bMusk\b/):upward(tr):remove()
news.ycombinator.com##tr.spacer + tr:not(.athing):remove()
The first two ones remove the post title if it contains Twitter and/or Musk. The third one removes the second line and the spacer.I also hide some machine learning topics with these rules:
news.ycombinator.com##tr.athing span.titleline > a:has-text(/\bstable\Wdiffusion\b/i):upward(tr):remove()
news.ycombinator.com##tr.athing span.titleline > a:has-text(/\bdall-e\b/i):upward(tr):remove()
I'll probably make that a configurable template for https://letsblock.it/ soonby dang on 10/31/22, 10:55 PM
(This is not a criticism of the OP, nor a complaint - I just think it's interesting.)
by Finnucane on 10/31/22, 8:55 PM
by xvello on 10/31/22, 9:08 PM
news.ycombinator.com##html:style(filter:invert(100%) hue-rotate(180deg))
news.ycombinator.com##body:style(background: white)
news.ycombinator.com##div.toptext:style(color: black)
by CloudRecondite on 10/31/22, 9:34 PM
by johnea on 10/31/22, 11:13 PM
by karaterobot on 10/31/22, 10:31 PM
by ReflectedImage on 10/31/22, 10:46 PM