Hide AI Thoughts Firefox

Examine source code of Hide AI Thoughts

Inspect and view changes in Hide AI Thoughts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Hide Deepseek Thoughts",
  "version": "3",
  "description": "Remove DeepSeek's thinking, see only the answers.",
  "browser_specific_settings": {
    "gecko": {
      "id": "hide-ai-thoughts@wahibonae.github.io"
    }
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://*.deepseek.com/*"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.deepseek.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ]
}

Best Hide AI Thoughts Alternatives

Here are some Firefox add-ons that are similar to Hide AI Thoughts: