Adblock for ChatGPT Firefox

Examine source code of Adblock for ChatGPT

Inspect and view changes in Adblock for ChatGPT 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,
  "version": "1.0.0",
  "name": "Adblock for ChatGPT",
  "description": "Block ads and promoted content in ChatGPT responses",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "tabs",
    "declarativeNetRequest"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/index.ts-BLS8wrzV.js"
      ],
      "matches": [
        "https://chatgpt.com/*",
        "https://*.chatgpt.com/*"
      ],
      "run_at": "document_end",
      "all_frames": false
    },
    {
      "js": [
        "assets/index.ts-BLS8wrzV.js"
      ],
      "matches": [
        "https://auth.openai.com/*"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "background": {
    "scripts": [
      "service-worker-loader.js"
    ],
    "type": "module"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    },
    "default_title": "Adblock for ChatGPT"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "chatgpt-ads-blocker@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://*.chatgpt.com/*",
        "https://chatgpt.com/*"
      ],
      "resources": [
        "assets/index.ts-BLS8wrzV.js"
      ]
    }
  ]
}

Best Adblock for ChatGPT Alternatives

Here are some Firefox add-ons that are similar to Adblock for ChatGPT: