▲ | mouse_ 20 hours ago | |
Is there a HN userscript to block all posts that directly link Twitter? | ||
▲ | southwindcg 17 hours ago | parent [-] | |
If you use uBlock Origin, you could add cosmetic filters to do it. Something like... news.ycombinator.com##.athing:has(a[href*="twitter.com"]) news.ycombinator.com##.athing:has(a[href*="twitter.com"]) + tr news.ycombinator.com##.athing:has(a[href*="x.com"]) news.ycombinator.com##.athing:has(a[href*="x.com"]) + tr |