Astral Codex Eleven Firefox

Examine source code of Astral Codex Eleven

Inspect and view changes in Astral Codex Eleven source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Astral Codex Eleven",
  "version": "0.2.6",
  "description": "Speeds up loading of comments on Astral Codex Ten (https://www.astralcodexten.com/).",
  "icons": {
    "48": "images/icon-48x48.png",
    "128": "images/icon-128x128.png"
  },
  "permissions": [
    "declarativeNetRequestWithHostAccess"
  ],
  "host_permissions": [
    "*://www.astralcodexten.com/p/*"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset-1",
        "enabled": true,
        "path": "filter-rules.json"
      }
    ]
  },
  "web_accessible_resources": [
    {
      "matches": [
        "*://www.astralcodexten.com/*"
      ],
      "resources": [
        "filtered-comments.json",
        "main-script.js"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.astralcodexten.com/*"
      ],
      "exclude_matches": [
        "*://www.astralcodexten.com/p/*/comment/*",
        "*://www.astralcodexten.com/p/*/comments"
      ],
      "css": [
        "ext-comments.css"
      ],
      "js": [
        "ext-comments.js",
        "astral-codex-eleven.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "astral-codex-eleven@verver.ch"
    }
  }
}

Best Astral Codex Eleven Alternatives

Here are some Firefox add-ons that are similar to Astral Codex Eleven: