Modern Python Docs Firefox

Examine source code of Modern Python Docs

Inspect and view changes in Modern Python Docs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Modern Python Docs",
  "version": "1.0",
  "description": "Redirects all Python 2 doc pages to the matching Python 3 page.",
  "content_scripts": [
    {
      "matches": [
        "*://docs.python.org/2*"
      ],
      "js": [
        "redirect.js"
      ]
    }
  ]
}

Best Modern Python Docs Alternatives

Here are some Firefox add-ons that are similar to Modern Python Docs: