Click-jacking Firefox

Examine source code of Click-jacking

Inspect and view changes in Click-jacking source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Click-jacking",
  "version": "1.0",
  "description": "Adds a red border to all webpages vulnerable to click-jacking",
  "icons": {
    "96": "icons/click-jacking.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "click-jacking.js"
      ]
    }
  ]
}

Best Click-jacking Alternatives

Here are some Firefox add-ons that are similar to Click-jacking: