Saturday, June 19, 2021

Show HN: Filter HN topics you're not interested in https://ift.tt/3wUO7jn

Show HN: Filter HN topics you're not interested in 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... June 20, 2021 at 01:47AM

No comments:

Post a Comment

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) https://ift.tt/5Af6h7W

Show HN: Rewriting Scratch 3.0 from scratch in Lua (browser-free native runtime) Built a native Scratch 3.0 runtime in Lua that runs .sb3 pr...