HN post comments sorted Firefox

Examine source code of HN post comments sorted

Inspect and view changes in HN post comments sorted source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "HN post comments sorted",
  "version": "1.3",
  "icons": {
    "48": "logo_48.png",
    "96": "logo_96.png",
    "128": "logo_128.png"
  },
  "description": "Sort HN post comments by date.",
  "content_scripts": [
    {
      "matches": [
        "https://news.ycombinator.com/*"
      ],
      "js": [
        "contentscript.js"
      ]
    }
  ],
  "permissions": [
    "https://hn.algolia.com/"
  ],
  "content_security_policy": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';",
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{48d51a56-9541-499c-adca-087049b0fa21}"
    }
  }
}

Best HN post comments sorted Alternatives

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