Password Field Max Length Highlighter Firefox

Examine source code of Password Field Max Length Highlighter

Inspect and view changes in Password Field Max Length Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Password Field Max Length Highlighter",
  "version": "1.0",
  "description": "Adds a border and warning message to any password field that has a 'maxlength' attribute. Only tests on page load, so if any elements appear asynchronously / after load, this will not catch it.",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "maxLengthHighlighter.css"
      ],
      "js": [
        "sanitizer.js",
        "maxLengthHighlighter.js"
      ]
    }
  ]
}

Best Password Field Max Length Highlighter Alternatives

Here are some Firefox add-ons that are similar to Password Field Max Length Highlighter: