ChatGPT Reference Tag Remover Firefox

Examine source code of ChatGPT Reference Tag Remover

Inspect and view changes in ChatGPT Reference Tag Remover source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ChatGPT Tag Remover",
  "version": "1.0",
  "description": "Removes content reference tags from ChatGPT responses.",
  "permissions": [
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://chat.openai.com/*",
    "https://chatgpt.com/*"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "dev.bananonz.chatgpt-tag-remover@bananonz.dev"
    }
  }
}

Best ChatGPT Reference Tag Remover Alternatives

Here are some Firefox add-ons that are similar to ChatGPT Reference Tag Remover: