No Batman Spoilers!

No Batman Spoilers!

Haven't seen 'The Dark Knight Rises' yet? Don't avoid the webnets, replace every instance of: 1. Batman 2. The Dark Knight 3. TDKR…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "No Batman Spoilers!",
  "version": "1.0",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "http://*/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*"
      ],
      "js": [
        "jquery.js",
        "textreplace.js"
      ],
      "run_at": "document_end"
    }
  ]
}