Github Whitespace Disabler Firefox

Examine source code of Github Whitespace Disabler

Inspect and view changes in Github Whitespace Disabler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Github Whitespace Disabler",
  "version": "1.1.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"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*/*/pull/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://github.com/*/*/pull/*/files",
    "*://github.com/*/*/pull/*/changes"
  ],
  "applications": {
    "gecko": {
      "id": "maksimovic@outlook.com"
    }
  },
  "author": "Oliver Maksimovic",
  "developer": {
    "name": "Mukul Murthy",
    "url": "https://github.com/mukulmurthy"
  }
}

Best Github Whitespace Disabler Alternatives

Here are some Firefox add-ons that are similar to Github Whitespace Disabler: