RFC Dark Mode Firefox

Examine source code of RFC Dark Mode

By: kimbo
Inspect and view changes in RFC Dark Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "RFC Dark Mode",
  "version": "1.0",
  "description": "Adds dark mode for reading RFCs.",
  "icons": {
    "16": "icons/mouse.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://tools.ietf.org/html/*"
      ],
      "js": [
        "darkmode.js"
      ]
    }
  ]
}

Best RFC Dark Mode Alternatives

Here are some Firefox add-ons that are similar to RFC Dark Mode: