Why Bother With uBlock Being Blocked In Chrome? Now Is The Best Time To Switch To Firefox::Choose the browser that best suits your privacy needs.
I’d largely like to agree. My main issue is as others have said, some websites don’t work on Firefox due to Chrome basically being the standard. It’s annoying. And I do think people should still switch and try their best to stop using Chrome. Because IF we could get to a point where Firefox has a larger audience than it already has, the problem may end up stopping due to developers having more of a need to make sure their stuff is cross compatible with other browsers.
I’ve been using Firefox as my main browser for a long time. Sites that don’t work in FF are very rare. If it’s something I really need to access, I just use chrome/edge for that particular site. But as I said, it happens rarely, and there’s an easy way to work around it.
I actually encountered the opposite. A site I’ve been using for roughly 7 years actually has massive issues on chrome that makes it unusable.
On Firefox? No problem at all.
Which site? Just curious. I’ve never encountered any issues whatsoever with either browser.
That’s fair. Firefox hasn’t sprung up too many issues for me either. But it does occur and occasionally adds some annoyance if it’s a site you need. For me especially Firefox on IPhone is annoying to work with at times. Which is why I have other browsers on my phone as well. But for desktop, generally works fine.
I honestly don’t think I found a website that doesn’t work in Firefox for years. But I agree that it can be really annoying, I hope more people adopt Firefox (or it’s engine at least).
As for your iPhone issue: Well Apple doesn’t really allow any other browsers on iOS, AFAIK it’s all just Safari under the hood with a skin on top.
iPhone’s Firefox is still safari under the hood, but without the support of being a native app on top of it.
At the moment, it’s ok, I also have problems, but it’d be great if iOS opened up more and allowed a real Firefox browser to exist.
It’s funny that you say that, because all browsers on the iPhone are just rebranded Safari, due to Apple’s policies. So the web engine is just the same as Safari, or iOS Chrome or Opera or whatever. Literally the only platform where Firefox can’t have compatibility issues because it’s just a re-skinned Safari.
some websites don’t work on Firefox
Are you sure? Is there a list of these websites? I’ve been primarily using FF for a decade and haven’t encountered any.
Same. Usually it’s a case of “the site is broken on both”, or a hard refresh is needed, so switching browsers feels like it works
Unfortunately there really are websites that don’t work in Firefox. Not a nice list, but issues should be reported here: https://webcompat.com/issues?page=1&per_page=50&state=open&stage=all&sort=updated&direction=desc&q=label%3Abrowser-firefox usable
Personally, I have been using Firefox for years and will continue using it.
Firefox also has a builtin list of overrides at about:compat
I don’t have any specific list. But I have ran into a few issues with Firefox. (mostly on my IPhone) In my experience Firefox on Mobile is just up to par with Desktop.
Almost every web developer I’ve met tests if their site works in Firefox and other browsers. The problem is when websites (aka Google sites) deliberately design their sites to not work in Firefox to get people to switch to Chrome
I agree, run Firefox as your main and then a privacy focused fork of Chromium as your second if you need it for specific website.
Personally I barely ever encounter issues with websites running FF.
Can you list the websites? I feel like this issue is sufficiently rare to be inexistent for the vast majority of users.
As someone who used to do web design when there were around 5 different rendering engines, I found having multiple browsers to design for was often a good thing. You could easily build something that worked 90% of the time on the primary testing browser, and hit a wall trying to fix the remaining bugs, but then testing in a different browser would reveal something obviously broken with your solution, and once you fixed that, would fix some of the minor quirks you were having a hard time solving in the primary testing browser. 5 was probably too many engines, and I’m thrilled to see Trident (IE) in the grave where it always belonged. But if you aren’t testing in multiple browsers, you’re making your life harder, not easier.
You can file web compatibility bugs on bugzilla.mozilla.org or webcompat.com
There are different ways how bugs are fixed. But someone might reach out to the page itself, find and fix a bug in Firefox or change the web specification if the incompatibility arises from ambiguity around the feature definition.
Firefox can also ship an intervention, basically injecting code into certain websites to fix broken ones.
Some incompatibilities can arise from missing features in Firefox, the web constantly evolves and the Devs sometimes don’t catch up. But bugs might still help, as high compatibility-risk features might be implemented more quickly.