Dark Stack Firefox

Examine source code of Dark Stack

作者: KevinP
Inspect and view changes in Dark Stack source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Dark Stack",
  "version": "1.0",
  "description": "Enables dark mode for all webpages matching stackoverflow.com.",
  "content_scripts": [
    {
      "matches": [
        "*://stackoverflow.com/*"
      ],
      "js": [
        "lights-out.js"
      ]
    }
  ]
}

最佳 Dark Stack 替代方案

这里是一些与Dark Stack类似的Firefox add-on: