HN comments blocker Firefox

Examine source code of HN comments blocker

Inspect and view changes in HN comments blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HN comments blocker",
  "version": "1.1resigned1",
  "description": "Blocks the comment section of all HN posts where you haven't visited the submitted page url",
  "icons": {
    "48": "icons/icon.png"
  },
  "background": {
    "scripts": [
      "historySearch.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://news.ycombinator.com/*"
      ],
      "js": [
        "blockComments.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "history"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{123bead6-4ee3-4815-a998-f7ca991d7fa6}"
    }
  }
}

Best HN comments blocker Alternatives

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