noAI search Firefox

Examine source code of noAI search

Inspect and view changes in noAI search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "noAI search",
  "version": "1.0",
  "description": "Removes all of the AI stuff from Google, Bing, Yahoo Search and DuckDuckGo!",
  "license": "MPL-2.0",
  "author": "TecoTurtle",
  "repository": {
    "type": "git",
    "url": "https://github.com/TecoTurtle/noAI-search"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://www.google.com/*",
    "https://www.bing.com/*",
    "https://search.yahoo.com/*",
    "https://duckduckgo.com/*"
  ],
  "icons": {
    "48": "icon.svg"
  },
  "action": {
    "default_icon": "icon.svg",
    "default_title": "noAI search"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/*"
      ],
      "js": [
        "google.js"
      ]
    },
    {
      "matches": [
        "https://www.bing.com/*"
      ],
      "js": [
        "bing.js"
      ]
    },
    {
      "matches": [
        "https://search.yahoo.com/*"
      ],
      "js": [
        "yahoo.js"
      ]
    },
    {
      "matches": [
        "https://duckduckgo.com/*"
      ],
      "js": [
        "duckduckgo.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "noai-search@epik",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best noAI search Alternatives

Here are some Firefox add-ons that are similar to noAI search: