Always underline links Firefox

Examine source code of Always underline links

By: menkuri Add-on
Inspect and view changes in Always underline links source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Always underline links",
  "description": "This addon forces links to always be underlined.",
  "version": "1.0.0",
  "icons": {
    "128": "images/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "css": [
        "main.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "always-underline-links@amo-menkuri.com",
      "strict_max_version": "120.*"
    }
  }
}

Best Always underline links Alternatives

Here are some Firefox add-ons that are similar to Always underline links: