github-hide-review-comments Firefox

Examine source code of github-hide-review-comments

Inspect and view changes in github-hide-review-comments source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "github-hide-review-comments",
  "version": "1.0.4",
  "description": "Hide review comments on PRs",
  "content_scripts": [
    {
      "matches": [
        "https://github.com/**/pull/**"
      ],
      "js": [
        "extension.js"
      ],
      "css": [
        "overwrites.css"
      ]
    }
  ],
  "permissions": [
    "storage",
    "https://github.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "daniel.huth1996@gmail.com",
      "strict_min_version": "57.0a1"
    }
  }
}

Best github-hide-review-comments Alternatives

Here are some Firefox add-ons that are similar to github-hide-review-comments: