662
submitted 1 week ago by yoasif@fedia.io to c/technology@lemmy.world

We’ve been anticipating it for years, and it’s finally happening. Google is finally killing uBlock Origin – with a note on their web store stating that the extension will soon no longer be available because it “doesn’t follow the best practices for Chrome extensions”.

Now that it is finally happening, many seem to be oddly resigned to the idea that Google is taking away the best and most powerful ad content blocker available on any web browser today, with one article recommending people set up a DNS based content blocker on their network 😒 – instead of more obvious solutions.

I may not have blogged about this but I recently read an article from 1999 about why Gopher lost out to the Web, where Christopher Lee discusses the importance of the then-novel term “mind share” and how it played an important part in dictating why the web won out. In my last post, I touched on the importance of good information to democracies – the same applies to markets (including the browser market) – and it seems to me that we aren’t getting good information about this topic.

This post is me trying to give you that information, to help increase the mind share of an actual alternative. Enjoy!

you are viewing a single comment's thread
view the rest of the comments
[-] underthesign@lemmy.world 36 points 1 week ago

Firefox needs to work on ensuring seamless compatibility with more websites, web apps and so on, because I'm personally very bored with my kids' schools and related services sending out emails and forms with links that simply won't open in FF but are clearly expecting Chrome or Edge where they work fine. Yes, this is on the lazy developers, but if FF want wider scale take-up outside of geeky niche groups then this is the stuff they must fix.

[-] potentiallynotfelix@lemmy.fish 1 points 6 days ago

If I create a blank HTML file, every single web browser will open it perfectly fine. If I add browser-specific things that firefox doesn't have, it is my responsibility to create an alternative that keeps the site working. A user shouldn't have to switch browsers due to incompetence of webdevs.

[-] gerbler@lemmy.world 76 points 1 week ago

I've said it before and I'll say it again. If your site doesn't work on Firefox your site doesn't work. As web developers your job is to develop applications for the web not for one specific browser. This goes double for essential services.

[-] Marx2k@lemmy.dbzer0.com 8 points 1 week ago

My job requires login to most internal websites via Microsoft Azure AD SSO using Kerberos authentication using passwordless, smart card auth.

This switch happened this week. Up until yesterday I was 100% Firefox until this.

Firefox for MacOS is not able to do this. I spent an hour or so looking for solutions. Chrome on MacOS also doesn't. Safari does and now I have to fucking use Safari FFS.

[-] TheRealKuni@lemmy.world 10 points 1 week ago

Could be worse. You could have to use Chrome.

[-] Marx2k@lemmy.dbzer0.com 2 points 6 days ago

I read this in my history and for a second thought it was in response to my other comment, which also is true

https://lemmy.dbzer0.com/comment/14163106

[-] TheRealKuni@lemmy.world 1 points 6 days ago
[-] moon@lemmy.cafe 3 points 1 week ago

Eh, I'd still take Chromium anything over the dumpster fire that is Safari

[-] sibachian@lemmy.ml 1 points 6 days ago

why? safari is faster and far less bloatad? chrome is literally a fork off safari.

[-] Blackmist@feddit.uk 2 points 1 week ago

Internet Explorer has entered the chat.

[-] MintyPhoenix@programming.dev 2 points 1 week ago

Check some of Firefox's about:config flags. A number of years ago I enabled something related to Kerberos for my previous company's (simpler) Microsoft SSO on a Mac, it may still be available and enough to work for you.

[-] Marx2k@lemmy.dbzer0.com 2 points 1 week ago

I did. Unfortunately for the Mac it's a no-go. It was a good 10 year run :(

load more comments (3 replies)
[-] Rykzon@discuss.tchncs.de 8 points 1 week ago

Doesn't really matter to a regular user, in that case it's"Firefox doesn't work"

[-] figaro@lemdro.id 4 points 1 week ago

"ugh just use a normal browser"

  • everyone
load more comments (11 replies)
[-] yoasif@fedia.io 26 points 1 week ago

Firefox can't fix all the broken sites in the world, but they do investigate issues reported to https://webcompat.com

You can help by reporting sites that don't work for you.

[-] tehmics@lemmy.world 21 points 1 week ago

Okay that's fine, but when websites are effectively writing

if user_agent_string != [chromium]
     break;

It doesn't really matter how good compatibility is. I've had websites go from nothing but a "Firefox is not supported, please use Chrome" splash screen to working just fine with Firefox by simply spoofing the user agent to Chrome. Maybe some feature was broken, but I was able to do what I needed. More often than not they just aren't testing it and don't want to support other browsers.

The more insidious side of this is that websites will require and attempt to enforce Chrome as adblocking gets increasingly impossible on them, because it aligns with their interests. It's so important for the future of the web that we resist this change, but I think it's too late.

The world wide web is quickly turning into the dark alley of the internet that nobody is willing to walk down.

[-] dsilverz@thelemmy.club 6 points 1 week ago

As a developer, I can foresee websites using features other than navigator.userAgent to detect Chrome, because it's easy to change its value. For example: for now, navigator.getBattery is available only in Chromium, and it doesn't need permissions to be checked for its existence through typeof navigator.getBattery === 'function' (also, the function seems to be perfectly callable without user intervention, enabling additional means of fingerprinting). While it's easy to spoof userAgent, it's not as easy to "mock" unsupported APIs such as navigator.getBattery through Firefox.

[-] fxdave@lemmy.ml 20 points 1 week ago

Slack calls disabled for firefox users, but if you change the user agent to chrome it works...

[-] Excrubulent@slrpnk.net 11 points 1 week ago

Almost like it does work on Firefox but for some reason they don't want you using it. Honestly it's so damn weird, why do that? Is there some incentive for them?

[-] moon@lemmy.cafe 15 points 1 week ago

What you're talking about is webcompat and is a very complicated issue. Also I've talked to some Mozilla devs who gave me multiple examples of Chromium rendering something wrong, and they'd have to intentionally break Firefox to render it incorrectly too, just so the end user would get a more consistent experience. Of course these issues happen more and more when things are only tested for one browser.

[-] yikerman@lemmy.world 10 points 1 week ago

This is Chromium monopoly. At this time instead of W3C standards, Chromium itself becomes the standard.

[-] LunarLoony@lemmy.sdf.org 6 points 1 week ago

Maybe there could be some sort of compatibility flag in Firefox which detects non-standard pages designed for Chrome. We could call it... hmm... something like Quirks Mode?

[-] kava@lemmy.world 12 points 1 week ago

I can't think of a single example where a web page doesn't work on FF.

if FF want wider scale take-up outside of geeky niche groups

Lol. I remember when FF was the most popular browser.

[-] Petter1@lemm.ee 2 points 1 week ago

I just need a „install as app“ Feature in Firefox, that is not as pain as the webapp Manager app we currently have

[-] kava@lemmy.world 5 points 1 week ago

What do you mean "install as app"?

[-] XaiwahBlue@lemmy.blahaj.zone 2 points 1 week ago

On mobile it's the three dots then the install button that has an image of a cellphone?

load more comments (3 replies)
[-] menemen@lemmy.world 10 points 1 week ago

Can you send me an example? I don't think I ever really encountered those sites and I use FF almost exclusively for ~20 years.

[-] Rekorse@sh.itjust.works 3 points 1 week ago* (last edited 1 week ago)

Its a frequency of use thing, and also some required sites. Examples are sites hosted by schools, government, or workplaces.

Although most people using Firefox aren't aware of spoofing the client to look like chrome, so that might need to be talked about more.

That all said, I don't have problems with any required usage, the only ones I have an issue with are on my phone, using mull, some sites payment forms won't load or work correctly. Taco bell is pretty bad for that and then the app wouldnt work either for a while. I also run grapheneos though so its hard to say what's the cause there.

[-] menemen@lemmy.world 2 points 1 week ago

Hm, okay. Maybe it's just a US government page thing then. Here in Germany firefox is still at 20% and used to be the standard browser until 5-6 years ago, so maybe pages are still optimized for it here.

load more comments (1 replies)
[-] Blackmist@feddit.uk 9 points 1 week ago

Yeah, unfortunately the next step will be sites rejecting "unsecure" browsers because they want the ad money.

This is going to get worse, not better.

[-] RecluseRamble@lemmy.dbzer0.com 6 points 1 week ago

Firefox needs to work on ensuring seamless compatibility with more websites, web apps and so on

Care to share some examples Firefox has trouble with? The only issues I have with websites is due to my aggressive use of Noscript.

[-] frezik@midwest.social 3 points 1 week ago* (last edited 1 week ago)

There's some streaming video sites that deliberately block Firefox. It used to be that Firefox didn't support the necessary web standards, but now it does. The site put up blocks telling you to use Chrome, and never got around to taking them down.

load more comments (1 replies)
load more comments (1 replies)
[-] realitista@lemm.ee 4 points 1 week ago

I encounter this very infrequently. I think I only have 1-2 examples at work. It's not a huge deal for me to spin up a chrome for those one or two occasions.

[-] Damaskox@lemmy.world 3 points 1 week ago

I recall I didn't get some sites working on Chrome either, when Firefox fails me 😅

load more comments (1 replies)
[-] Petter1@lemm.ee 2 points 1 week ago

Just make an electron out of those sites 🌚

[-] realitista@lemm.ee 1 points 1 week ago* (last edited 1 week ago)

Sounds interesting, care to expand?

The only concrete one I can actually recollect is generating a quote from our quoting tool in Salesforce. I just ended up running my 100+ Salesforce windows in Chrome because it has a good feature where you can name each window so I can see which customers I'm working on in the taskbar. It's good to have those cordoned off from my normal browsing anyway. So this one doesn't bother me. For everything else I use Firefox.

load more comments (3 replies)
[-] lightnsfw@reddthat.com 3 points 1 week ago

It's pretty trivial to just use an alternate browser for the garbage sites that don't support FF.

[-] jinarched@lemm.ee 3 points 1 week ago

What to do when the site is not compatible with Firefox: Alt + ←

load more comments (1 replies)
this post was submitted on 17 Oct 2024
662 points (97.6% liked)

Technology

58884 readers
3773 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS