LeetQuiet: Code with Focus. Not with Noise. Firefox

Examine source code of LeetQuiet: Code with Focus. Not with Noise.

Inspect and view changes in LeetQuiet: Code with Focus. Not with Noise. source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "LeetQuiet: Code with Focus. Not with Noise.",
  "version": "1.4.1",
  "description": "Hide the Solutions Tab and the Question Difficulty level in LeetCode to avoid temptation and boost problem-solving discipline.",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.leetcode.com/*"
      ],
      "js": [
        "toast.js",
        "content.js",
        "/content/reloadOnRenderError.js",
        "/content/blockSolutions.js",
        "/content/removeTabs.js",
        "/content/replaceDifficultyLabels.js",
        "/content/removeDifficultyIndicators.js",
        "/content/removeDifficultyFilters.js",
        "/content/observer.js",
        "/content/messages.js",
        "/content/checkPaths.js",
        "/content/removeMetaSection.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "leetquiet@sathwikhbhat.in",
      "strict_min_version": "109.0"
    }
  }
}

Best LeetQuiet: Code with Focus. Not with Noise. Alternatives

Here are some Firefox add-ons that are similar to LeetQuiet: Code with Focus. Not with Noise.: