from Hacker News

Show HN: Filter HN topics you're not interested in

by 0x456 on 6/19/21, 8:17 PM with 0 comments

Some filter rules for uBlock Origin, for example, if you don't want to see topics about Haskell:

news.ycombinator.com##.itemlist > tbody > tr.athing:has-text(Haskell)

news.ycombinator.com##.itemlist > tbody > tr.athing:has-text(Haskell)+tr

news.ycombinator.com##.itemlist > tbody > tr.athing:has-text(Haskell)+tr+tr

If there's a more efficient way, surely somebody will comment...