GitHub PR File Randomizer Firefox

Examine source code of GitHub PR File Randomizer

Inspect and view changes in GitHub PR File Randomizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub PR File Randomizer",
  "version": "1.1",
  "description": "Randomly sorts files on GitHub PR pages",
  "permissions": [
    "https://github.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*/pull/*/files"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c7dbb105-a0cf-476f-aac7-ab5dd17c0a0b}"
    }
  }
}

Best GitHub PR File Randomizer Alternatives

Here are some Firefox add-ons that are similar to GitHub PR File Randomizer: