Republicans are The Sith

Republicans are The Sith

Replaces the word Republican/s with Sith Lord

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Republicans are The Sith",
  "description": "Replaces the word Republican/s with Sith Lord",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}