Disable Pjax on GitHub Firefox

Examine source code of Disable Pjax on GitHub

Inspect and view changes in Disable Pjax on GitHub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "DuBistKomisch",
  "description": "Disables the loading of pages on GitHub via PJAX (pushState + AJAX), which becomes slow and unreliable on larger pages. Links now work normally, loading a new page.",
  "homepage_url": "https://github.com/DuBistKomisch/disable-pjax-github",
  "manifest_version": 2,
  "name": "Disable Pjax on GitHub",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "*://*.github.com/*"
      ],
      "js": [
        "disable-pjax.js"
      ]
    }
  ]
}

Best Disable Pjax on GitHub Alternatives

Here are some Firefox add-ons that are similar to Disable Pjax on GitHub: