Phab Comments Hider Firefox

Examine source code of Phab Comments Hider

By: Paul
Inspect and view changes in Phab Comments Hider source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Phab Comments Hider",
  "version": "1.1",
  "description": "Hide linter warnings, AI review comments, and inline comments on phabricator.services.mozilla.com",
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e3a7b6c2-1f4d-4a8e-9c5b-0d2f7e6a3b1c}",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "https://phabricator.services.mozilla.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Phab Comments Hider Alternatives

Here are some Firefox add-ons that are similar to Phab Comments Hider: