CSS specs mirror Firefox

Examine source code of CSS specs mirror

Inspect and view changes in CSS specs mirror source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "CSS specs mirror",
  "author": "Oriol Brufau",
  "homepage_url": "https://github.com/Loirooriol/css-specs-mirror-webext",
  "version": "1.0",
  "description": "When drafts.csswg.org is broken, redirects to the w3c.github.io mirror.",
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "css-specs-mirror@Loirooriol"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://drafts.csswg.org/*"
      ],
      "js": [
        "redirect.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best CSS specs mirror Alternatives

Here are some Firefox add-ons that are similar to CSS specs mirror: