LeetCode DifficultyTag Hider Firefox

Examine source code of LeetCode DifficultyTag Hider

Inspect and view changes in LeetCode DifficultyTag Hider source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "LeetCode Difficulty Hider",
  "version": "1.0.0",
  "description": "Hide LeetCode difficulty labels with one click.",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://leetcode.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://leetcode.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Difficulty Hider"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "leetcode-difficulty-hider@mayank.dev",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best LeetCode DifficultyTag Hider Alternatives

Here are some Firefox add-ons that are similar to LeetCode DifficultyTag Hider: