SO Dark Firefox

Examine source code of SO Dark

Inspect and view changes in SO Dark source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SO Dark",
  "version": "0.1.0",
  "description": "Set StackOverflow to respect the system theme without being logged in.",
  "permissions": [
    "http://*.stackoverflow.com/*",
    "https://*.stackoverflow.com/*",
    "http://stackoverflow.com/*",
    "https://stackoverflow.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*.stackoverflow.com/*",
        "https://*.stackoverflow.com/*",
        "http://stackoverflow.com/*",
        "https://stackoverflow.com/*"
      ],
      "js": [
        "set-theme.js"
      ]
    }
  ]
}

Best SO Dark Alternatives

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