Stop Normalizing Alt Right Neo-Nazi Edition

Stop Normalizing Alt Right Neo-Nazi Edition

Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Stop Normalizing Alt Right Neo-Nazi Edition",
  "version": "1.0",
  "description": "Replaces the text 'alt right' with the proper term, 'neo-nazi'. By popular demand https://twitter.com/stopnormalizing",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ]
}