this post was submitted on 18 Aug 2023
157 points (98.8% liked)
Firefox
17937 readers
34 users here now
A place to discuss the news and latest developments on the open-source browser Firefox
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
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.