Old Reddit - Lock Comment Firefox

Examine source code of Old Reddit - Lock Comment

By: pecan
Inspect and view changes in Old Reddit - Lock Comment source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Old Reddit - Lock Comment",
  "version": "1.0",
  "description": "Adds the ability for mods to lock comments to old reddit.",
  "icons": {
    "48": "icons/lock.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://old.reddit.com/*"
      ],
      "css": [
        "old_reddit_lock_comment.css"
      ],
      "js": [
        "old_reddit_lock_comment.js"
      ],
      "run_at": "document_end"
    }
  ]
}

Best Old Reddit - Lock Comment Alternatives

Here are some Firefox add-ons that are similar to Old Reddit - Lock Comment: