Google Without AI Firefox

Examine source code of Google Without AI

Inspect and view changes in Google Without AI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Google Without AI",
  "version": "1.8",
  "description": "Removes the AI Summary and AI Mode tab from Google Searches.",
  "permissions": [
    "webRequest",
    "webRequestBlocking"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.google.com/search*"
      ],
      "js": [
        "no_ai.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "bg_no_ai.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{83b8db0e-134e-407a-a3af-a831e42d996a}"
    }
  }
}

Best Google Without AI Alternatives

Here are some Firefox add-ons that are similar to Google Without AI: