This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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== |