StackOverflow dark theme Firefox

Examine source code of StackOverflow dark theme

Inspect and view changes in StackOverflow dark theme source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "StackOverflow improvements addon",
  "version": "2.4",
  "permissions": [
    "http://stackoverflow.com/*",
    "https://stackoverflow.com/*",
    "storage"
  ],
  "options_ui": {
    "page": "opts.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.stackoverflow.com/*",
        "https://*.stackoverflow.com/*"
      ],
      "exclude_matches": [
        "https://meta.stackoverflow.com/*"
      ],
      "js": [
        "j.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{07ebc3d5-5116-44e5-b072-74c13d9936b0}"
    }
  }
}

Best StackOverflow dark theme Alternatives

Here are some Firefox add-ons that are similar to StackOverflow dark theme: