SCP Reddit by /u/LolDoofus

SCP Reddit by /u/LolDoofus

Replaces deleted users and comments on Reddit with SCP-esque things.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SCP Reddit by /u/LolDoofus",
  "version": "0.1",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.reddit.com/*",
        "*://reddit.com/*"
      ],
      "js": [
        "newreddit.js"
      ]
    },
    {
      "matches": [
        "*://old.reddit.com/*",
        "*://www.old.reddit.com/*"
      ],
      "js": [
        "oldreddit.js"
      ]
    }
  ]
}