Hacker News Blocklist Firefox

Examine source code of Hacker News Blocklist

By: jhkmnl Add-on
Inspect and view changes in Hacker News Blocklist source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "HN Blocklist",
  "version": "2.0.1",
  "manifest_version": 2,
  "description": "This extension allows you to block users on Hacker News.",
  "homepage_url": "https://go.minortom.net/Ydf",
  "permissions": [
    "storage",
    "http://news.ycombinator.com/*",
    "https://news.ycombinator.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://news.ycombinator.com/*",
        "https://news.ycombinator.com/*"
      ],
      "js": [
        "src/inject.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "addons.hn_block@minortom.net"
    }
  }
}

Best Hacker News Blocklist Alternatives

Here are some Firefox add-ons that are similar to Hacker News Blocklist: