GitHub experience Firefox

Examine source code of GitHub experience

Inspect and view changes in GitHub experience source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub Enhancer",
  "version": "1.0",
  "description": "Enhance GitHub with additional UI features and highlights.",
  "permissions": [
    "https://github.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "48": "icon.png"
    },
    "default_title": "GitHub Enhancer"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3361f8b0-294c-417d-9239-92742680a1c1}"
    }
  }
}

Best GitHub experience Alternatives

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