1/21/2026 at 8:51:46 PM
Starting from v145 Chrome supports JXL.There is also an extension for this: https://chromewebstore.google.com/detail/jpeg-xl-viewer/bkhd...
by senfiaj
1/21/2026 at 10:17:08 PM
And Firefox: https://addons.mozilla.org/en-US/firefox/addon/jxl/by pkulak
1/22/2026 at 9:44:06 AM
Wonderful. Allow an "unmonitored" extension from a random stranger on the Internet have access to "all data for all websites" just to support an image format for which Mozilla should have long built in native support...by Santosh83
1/22/2026 at 11:19:29 AM
Security concerns are exactly the reason the format doesn't have native support yet. However: https://github.com/mozilla/standards-positions/pull/1064by Vinnl
1/22/2026 at 1:31:28 PM
That's not the reason, but the excuse. The reason Firefox doesn't have jxl is that it is funded by Google, and someone at Google decided that it has to die.Also the parent comment was about that you really shouldn't just let a random Russian guy run any javascript on any website you visit, that's stupid.
Also also, am I missing something, or Firefox extensions are broken, there is no way to limit an extension to websites (allow or disallow), or even just to check the source code of an extension?
by bmacho
1/25/2026 at 4:12:59 PM
The link I posted shows that Jpeg-XL will come to Firefox, and that that same Google is the one making that possible by writing a secure implementation.by Vinnl
1/22/2026 at 1:38:54 PM
> That's not the reason, but the excuse. The reason firefox doesn't have jxl is that it is funded by Google, and someone at Google decided that it has to die.So what, you think they were just lying when they said that they'll ship JXL when it has a Rust implementation? You think Mozilla devs were just bluffing when they were working directly with the JXL devs over the last year to make sure everything would work right?
by lonjil
1/22/2026 at 2:00:50 PM
No, I don't think they can withhold support if it's a no-brainer to support it. But they also tried everything they could to not support it.by bmacho
1/23/2026 at 6:37:12 PM
This...I would not install non-recommended Firefox addons for things that can be achieved in about:config.
Just do set image.jxl.enabled flag in about:config to true.
by mikae1
1/22/2026 at 1:52:00 PM
Firefox Nightly v149 has added experimental support via Settings > Firefox Labs: Webpage Display
Media: JPEG XL
With this feature enabled, Nightly supports the JPEG XL (JXL) format. This is an enhanced image file format that supports lossless transition from traditional JPEG files. See bug 1539075 for more details.
by iam-TJ
1/22/2026 at 8:23:23 AM
It's a good use case for WebAssembly. For browsers that don't yet support JPEG XL natively the page could provide a wasm decoder.Like this demo page: https://bevara.github.io/Showcase/libjxl/
by breve