Hide Hacker News submissions from sources you don't want to see
A continuación se muestran las versiones de este script en las que se actualizó el código. Ver todas las versiones.
This version removes some unnecessary 'console.log' statements.
Internal updates.
This release adds support for filtering out submissions based on the user who submitted them.Filtering by domain now requires adding a 'source:' prefix. See the readme on GitHub or the description on Greasy Fork for more info.
This release just includes internal updates.
Updating to work with changes in HN's HTML.
You can now filter by title substrings.
In the blacklist, just add a title substring you want to filter, preceded by the string "title:", like so:
blacklist
"title:Steve Jobs"
And now HN submissions containing "Steve Jobs" will be filtered out. The filtering is case-insensitive.