IPvFoo now has first-class Firefox support

p1mrx@sh.itjust.works to Firefox@lemmy.ml – 149 points –

I originally wrote IPvFoo for Chrome in 2011, to observe whether websites are served using IPv4 or IPv6:

https://github.com/pmarks-net/ipvfoo/

In 2017, Firefox added initial WebExtensions support, so I dropped the extension on addons.mozilla.org, technically functional but full of bugs, and hoped for the best.

This week, I finally sat down with Firefox and ironed out all the problems:

I'm pretty sure that covers everything, so IPvFoo now provides an equivalent user experience on Chrome and Firefox. Enjoy!

9

Is that for mobile as well?
https://blog.mozilla.org/addons/2023/08/10/prepare-your-firefox-desktop-extension-for-the-upcoming-android-release/

I'm trying to de-google myself and really enjoying Firefox on Android (replacing chrome on desktop has some performance kinks for me).
Is it unavailable for my android browser because Firefox hasn't released the update yet? Or is it not compatible?

I just tried on Firefox Nightly, but the icon is blank, and it behaves like it doesn't have the all_urls permission:

Maybe I'll let this bake before running the gauntlet again.

I'm quite interested in this. More of a "am I supporting sensible internets" than anything else.
I'm more interested in getting this on my desktop browsers! Will be great for debugging stuff (like my home network, DNS, etc)

So, no stress.

I figured out how to launch a debug version using web-ext, but it's hopeless. Nothing works.

Firefox for Android seems way behind the desktop version in general. You can't even type IPv6 literals in the address bar.

For real, thanks for your efforts.
I'll get this ext loaded on my desktops in the next few days.

The mobile side, I had heard a lot of hubub about Firefox mobile extensions (to the point I have actually swapped over from chrome) and I was curious.
However, I'm not concerned at all. I don't debug websites on my mobile (except for CSS/JS quirks), so IPv6 or IPv4 isn't an issue.

I imagine when extensions on Firefox Mobile stabilise more, there will be better documentation and migration guides.

I imagine when extensions on Firefox Mobile stabilise more, there will be better documentation and migration guides.

Ideally, the mobile version should just implement the same APIs, so no migration is needed. The mobile migration guide looks consistent with "implement Manifest V3", which is a reasonable idea aside from Chrome's removal of webRequestBlocking.

The only questionable API I'm using is pageAction, which draws an icon in the address bar instead of on the extension itself. Chrome removed pageAction years ago, and it's possible that Firefox will follow suit, but until then I intend to keep using it.

Oh hey, I use IPvFoo and really enjoy it! Happy to see this update.