Trump-To-Babbling-Idiot

Trump-To-Babbling-Idiot

Replaces any mention of our president with 'Babbling Idiot'. ------ Mozilla yelled at me for not having enough here ----- it literally just changes Donald Trump's name to babbling idiot, that's it, no settings, no nothing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "content_script.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 2,
  "icons": {
    "48": "/Images/logo.png"
  },
  "description": "Replaces any mention of our president with 'Babbling Idiot'.",
  "name": "Trump-To-Babbling-Idiot",
  "version": "1.1.2"
}