Trump to Orange Hitler

Trump to Orange Hitler

Replaces all references to Donald J. Trump, Donald J Trump, Donald Trump, and Trump with 'Orange Hitler' (case insensitive).

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 Orange Hitler",
  "description": "Replaces all references to Donald J. Trump, Donald J Trump, Donald Trump, and Trump with 'Orange Hitler' (case insensitive).",
  "version": "1.0.2",
  "icons": {
    "128": "128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}