HN Blacklist Firefox

Examine source code of HN Blacklist

Inspect and view changes in HN Blacklist source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HN Blacklist",
  "description": "Hide Hacker News submissions from sources you don't want to see",
  "author": "booleandilemma@gmail.com",
  "version": "1.3",
  "icons": {
    "32": "icons/icon32.png",
    "200": "icons/icon200.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://news.ycombinator.com/",
        "https://news.ycombinator.com/news*"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options.html"
  }
}

Best HN Blacklist Alternatives

Here are some Firefox add-ons that are similar to HN Blacklist: