KaTeX Direction Fix Firefox

Examine source code of KaTeX Direction Fix

By: Ofek
Inspect and view changes in KaTeX Direction Fix source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ChatGPT Direction Fix",
  "version": "1.2",
  "description": "Simple fix for KaTeX and code LTR rendering in RTL pages",
  "author": "Ofek Avan Danan",
  "homepage_url": "https://github.com/OfekAvanDanan",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://chatgpt.com/*",
        "*://gemini.google.com/*",
        "*://claude.ai/*",
        "*://thetawise.ai/*"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "katex-direction-fix@yourdomain.com",
      "strict_min_version": "109.0"
    }
  }
}

Best KaTeX Direction Fix Alternatives

Here are some Firefox add-ons that are similar to KaTeX Direction Fix: