Restore previous underline rendering on links

Restore previous underline rendering on links

Restores non-segmented underlined hyperlinks to all pages by setting text-decoration-skip-ink:none !important.

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Restore previous underline rendering on links",
  "version": "1.4",
  "author": "Jonathan Kay",
  "homepage_url": "https://jonathankay.com/restlinks",
  "description": "Restores non-segmented underlined hyperlinks to all pages by setting text-decoration-skip-ink:none !important.",
  "icons": {
    "128": "icons/icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "css.css"
      ],
      "all_frames": true
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}