Alt-Right Denormalizer

Alt-Right Denormalizer

Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Alt-Right Denormalizer",
  "description": "Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism' ",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}