Greasy Fork is available in English.

HN Blacklist

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

These are versions of this script where the code was updated. Show all versions.

  • v2.2.0 23.12.2024
    • Fixed a test
    • Added strict mode
    • include replaced with match in header metadata
    • Now displaying if the user has provided invalid entries or no entries
    • More accurate logging
      • Logs will now show why a submission was filtered
      • Invalid entries will log as errors, not warnings
    • Bug fix: before users were blacklisted by partial match (a user of bob would match bobby). Users will now match exactly.
  • v2.1.0 22.12.2024
    • Added tests:
      • HN Blacklist will now run a series of tests to make sure it can filter out submissions effectively.
    • Added results display:
      • HN Blacklist will now display a summary of what it filtered out at the bottom of the page.
      • Thanks to Azazello for this feature request.
  • v2.0.3 21.12.2024

    This version just adds author and homepage userscript metadata.

  • v2.0.2 14.02.2023

    This version removes some unnecessary 'console.log' statements.

  • v2.0.1 12.02.2023

    Internal updates.

  • v2.0.0 12.02.2023

    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.

  • v1.2.1 12.02.2023

    This release just includes internal updates.

  • v1.2 11.02.2023

    Updating to work with changes in HN's HTML.

  • v1.1 10.03.2022

    Title Substring Filtering

    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:

    "title:Steve Jobs"

    And now HN submissions containing "Steve Jobs" will be filtered out. The filtering is case-insensitive.

  • v1 29.05.2021