Unsafe Highlighter Firefox

Examine source code of Unsafe Highlighter

By: upsuper
Inspect and view changes in Unsafe Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Unsafe Highlighter",
  "version": "1.1resigned1",
  "description": "Highlight \"unsafe\" keyword in Rust code in review systems.",
  "content_scripts": [
    {
      "matches": [
        "https://phabricator.services.mozilla.com/D*"
      ],
      "js": [
        "common.js",
        "phabricator.js"
      ],
      "css": [
        "common.css"
      ]
    },
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "common.js",
        "github.js"
      ],
      "css": [
        "common.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d133d4e9-ddef-4e70-a8d9-9da6f06d598c}"
    }
  }
}

Best Unsafe Highlighter Alternatives

Here are some Firefox add-ons that are similar to Unsafe Highlighter: