Ask HN: Make AI Filter for Hacker News Can somebody, please, make a browser extension that filters out every post on hacker news that is about AI? |
Ask HN: Make AI Filter for Hacker News Can somebody, please, make a browser extension that filters out every post on hacker news that is about AI? |
You can always modify the lists on lines 16-17 to add/remove topics.
# Filter some topics
# top (title / url)
news.ycombinator.com##tr.athing span.titleline > a:has-text(/(laude|lockchain|coin|202[3-9]$)/):upward(tr)
# bottom (stats / comments)
news.ycombinator.com##tr.athing span.titleline > a:has-text(/(laude|lockchain|coin|202[3-9]$)/):upward(tr) + *
#
Customize as desired.