ipvfoo icon indicating copy to clipboard operation
ipvfoo copied to clipboard

Firefox Compatibility Bugs

Open pmarks-net opened this issue 8 years ago • 3 comments

I'm creating this Issue to track problems that occur only when running IPvFoo on Firefox.

  • Cached requests do not include the IP address. reported at https://bugzilla.mozilla.org/show_bug.cgi?id=1395020
  • Popup window has a horizontal scrollbar. reported at https://bugzilla.mozilla.org/show_bug.cgi?id=1395025
  • When I right-click an IP address, the "Look up address on bgp.he.net" menu has the wrong enabled/disabled state. reported at https://bugzilla.mozilla.org/show_bug.cgi?id=1439497

pmarks-net avatar Aug 30 '17 04:08 pmarks-net

For those following this issue, a fork with updates has been released:

https://github.com/ondrejvrabel/ipvfoobar
https://addons.mozilla.org/firefox/addon/ipvfoobar/

It's possible that Firefox compatibility has been improved with this fork (I haven't had time to go through the source code and then try this fork).

Gitoffthelawn avatar Jul 04 '22 14:07 Gitoffthelawn

It's possible that Firefox compatibility has been improved with this fork

That fork does not improve Firefox compatibility unfortunately, it just replaces the context menu with links directly in the popup.

I created a similar add-on called "Server Status" for Firefox only: https://github.com/tdulcet/Server-Status requests Like IPvFoo, it shows the IP address for all the requests on the page and supports both IPv4 and IPv6. However, it shows all the IP addresses used for each hostname, not just the last one, it highlights the suffix for the hostnames using Mozilla's Public Suffix List and it shows the location of each IP address using an IP geolocation database.

It also shows much more information for each hostname, including the number of connections, the days left until certificate expiration, the SSL/TLS version, the HSTS status and the HTTP status code(s). While it obviously is not able to fix those two Firefox bugs mentioned in this issue that have not yet been fixed, it was built specifically to support Firefox and is able to make use of several APIs and features not available in Chrome. As with IPvFoo, all the information is determined locally in your browser to respect your privacy.

It is currently available for download from AMO: https://addons.mozilla.org/firefox/addon/server-status/. Feedback is welcome.

tdulcet avatar Jul 30 '22 15:07 tdulcet

Thanks Teal. That looks very promising.

Gitoffthelawn avatar Aug 08 '22 10:08 Gitoffthelawn