Stop Normalizing Alt Right

Stop Normalizing Alt Right

Replaces the text 'alt right' with the proper term, 'white supremacy'. https://twitter.com/stopnormalizing

Merlin
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",
  "version": "2.0",
  "description": "Replaces the text 'alt right' with the proper term, 'white supremacy'. https://twitter.com/stopnormalizing",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ]
}