Spooktober

Spooktober

Replaces 'Shit' or 'Shitty' with 'Spooky' on all websites. Sourced from Brexit to Breakfast :)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Spooktober",
  "version": "1.2",
  "description": "Replaces 'Shit' or 'Shitty' with 'Spooky' on all websites. Sourced from Brexit to Breakfast :)",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "script.js"
      ],
      "run_at": "document_end"
    }
  ]
}