Tell HN: Adblock rules to hide HN posts about Twitter & Musk
For those who want some relief from the Twitter/Musk drama, here are three cosmetic filters to add to your custom uBlockOrigin / AdGuard rules:
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/ soon
17 comments
[ 3.1 ms ] story [ 55.0 ms ] thread(This is not a criticism of the OP, nor a complaint - I just think it's interesting.)
I also enjoy the moderation style, which weeds out low-effort posts that plague other communities, so thanks a lot for all the hard work, Dang and team. Keep it up!
Edit: grammar
Is it time to have something like that on Hacker News?
https://hn.algolia.com/?dateRange=all&page=0&prefix=true&que...