Call it what it is

Call it what it is

Replace instances of alt-right, white nationalist, or neo nazi with the far less dressed up and more accurate 'nazi'

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Call it what it is",
  "description": "Replace instances of alt-right, white nationalist, or neo nazi with the far less dressed up and more accurate 'nazi'",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}