Riot/Element KaTeX Firefox

Examine source code of Riot/Element KaTeX

Inspect and view changes in Riot/Element KaTeX source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Riot KaTeX",
  "version": "1.1.1",
  "description": "Renders formulas on riot chat instances chats using KaTeX.",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "katex.min.js",
        "auto-render.min.js",
        "riot-katex.js"
      ],
      "css": [
        "katex.min.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "96": "icons/icon.png"
  },
  "web_accessible_resources": [
    "fonts/*.woff2"
  ]
}

Best Riot/Element KaTeX Alternatives

Here are some Firefox add-ons that are similar to Riot/Element KaTeX: