Skip to content

Instantly share code, notes, and snippets.

@Sam-Bowden
Sam-Bowden / hacker-news-ai-filter.js
Last active February 22, 2026 15:56
Hacker News AI Filter
// ==UserScript==
// @name Hacker News AI Filter
// @namespace http://gist.github.com/Sam-Bowden
// @match *://news.ycombinator.com/*
// @grant none
// @version 1.0.4
// @author Sam Bowden
// @description Strike through and grey out titles of stories that are related to AI on Hacker News
// @downloadURL https://gist.githubusercontent.com/Sam-Bowden/5170c134770fb0687243cebd12e2e41b/raw/e9937fb55cf8a863f9a91fb09148dd098d4d57d8/hacker-news-ai-filter.js
// ==/UserScript==