Skeleton J. Warrior

Skeleton J. Warrior

Replaces the text 'SJW' with 'skeleton' because that's hilarious.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Skeleton J. Warrior",
  "version": "1.4",
  "description": "Replaces the text 'SJW' with 'skeleton' because that's hilarious.",
  "icons": {
    "16": "swicon16.png",
    "48": "swicon48.png",
    "128": "swicon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}