Trump to Festering Anus

Trump to Festering Anus

Replaces the text 'Donald Trump' with 'Festering Anus'.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Trump to Festering Anus",
  "short_name": "T2A",
  "version": "1.5",
  "icons": {
    "128": "trump-head.png"
  },
  "description": "Replaces the text 'Donald Trump' with 'Festering Anus'.",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ]
}