Replace AI and ML with Lots and Lots of Math

Replace AI and ML with Lots and Lots of Math

Replaces all instances of the word "AI". "ML" and variants with the phrase "lots and lots of math".

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Replace AI and ML with Lots and Lots of Math",
  "description": "Replaces all instances of the word \"AI\". \"ML\" and variants with the phrase \"lots and lots of math\".",
  "version": "1.0",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}