Auto-Hide GitHub Whitespace Firefox

Examine source code of Auto-Hide GitHub Whitespace

Inspect and view changes in Auto-Hide GitHub Whitespace source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Auto-Hide GitHub Whitespace",
  "version": "1.3.0",
  "description": "Force Github to open diff pages without whitespace changes displayed",
  "icons": {
    "48": "icons/github-48.png",
    "64": "icons/github-64.png"
  },
  "background": {
    "scripts": [
      "interceptor.js"
    ]
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "tabs",
    "*://github.com/*/*/pull/*/files",
    "*://github.com/*/*/pull/*/changes"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f902c0ea-b630-46d7-98e9-11d55542ab63}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "author": "Jonathan Roitgrund"
}

Best Auto-Hide GitHub Whitespace Alternatives

Here are some Firefox add-ons that are similar to Auto-Hide GitHub Whitespace: