GitHub Weekends Firefox

Examine source code of GitHub Weekends

Inspect and view changes in GitHub Weekends source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub Weekends",
  "version": "1.0.1",
  "description": "A silly browser extension that marks weekend contributions on GitHub in red.",
  "content_scripts": [
    {
      "matches": [
        "*://*.github.com/*"
      ],
      "js": [
        "weekend.js"
      ]
    }
  ],
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  }
}

Best GitHub Weekends Alternatives

Here are some Firefox add-ons that are similar to GitHub Weekends: