Skip to content

Hide Hacker News submissions from sources you don't want to see

License

Notifications You must be signed in to change notification settings

booleandilemma/hn-blacklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Greasy Fork Version Greasy Fork Downloads

HN Blacklist

Tired of seeing articles from certain sources on Hacker News?

HN Blacklist is for you.

HN Blacklist is a userscript which can be run with tools like Greasemonkey and Tampermonkey right in your browser.

Find it on Greasy Fork, or copy and paste it right from here.

Filtering

HN Blacklist provides a UI at the bottom of HN. You can add entries and see helpful output from HN Blacklist there.

By domain:

Prefix them with source:, like so:

filter_by_source

By title text:

If you're tired of seeing articles mentioning "ChatGPT", for example, add the following to the blacklist:

filter_by_title

All titles containing the string "ChatGPT" will be filtered out. This filtering is case-insensitive.

By user:

If you want to filter out submissions by a certain user, prefix your blacklist entry with the string user:, followed by the username, like so:

filter_by_user

Testing

TBD