Hackernews No Comments Firefox

Examine source code of Hackernews No Comments

Inspect and view changes in Hackernews No Comments source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Hackernews No Comments",
  "version": "0.0.1",
  "description": "Removes comments from hackernews",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://news.ycombinator.com/*"
      ],
      "js": [
        "browser-polyfill.min.js",
        "hn.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "hnnc@wginsberg.ca"
    }
  }
}

Best Hackernews No Comments Alternatives

Here are some Firefox add-ons that are similar to Hackernews No Comments: