Categories

Developer

emk

Link Status WE v1.0.14

  • rating
  • rating
  • rating
  • rating
  • rating
4.00 (3 reviews)
Shows an indicator on the status tip along with the link address when the mouse cursor is over a link to a page you bookmarked or visited before.

Update: Link Status Redux 3.0 migrated to WebExtensions.

This is a WebExtension port of Link Status Redux. See the description of Link Status Redux for more details. Due to WebExtensions API limitation, this extension could not port some features:

  • The "Disable visited link styling" option is no longer present. Flip the "layout.css.visited_links_enabled" pref manually from about:config if necessary.
  • You will have to hide the browser native status tip manually. Add the following style rule to userChrome.css:
    statuspanel[type=overLink] { display: none !important }