> Meanwhile, the over thinkers on Hacker News come up with convoluted reasons to hate on Firefox every time the subject arises...Firefox is our last best hope for browser engine diversity and competition. It's exactly because Firefox is so important that you'll see people here complaining when Firefox does things to push away users like Mozilla buying up an ad-tech company, collecting data on users, and using firefox…
I love Firefox. It just doesn't always feel like it loves me back.
Hang on to Your Firefox
291–300 of 551 posts
Re: Hang on to Your Firefox
#292> Meanwhile, the over thinkers on Hacker News come up with convoluted reasons to hate on Firefox every time the subject arises...Firefox is our last best hope for browser engine diversity and competition. It's exactly because Firefox is so important that you'll see people here complaining when Firefox does things to push away users like Mozilla buying up an ad-tech company, collecting data on users, and using firefox…
Re: Hang on to Your Firefox
#293You’d need to sell an annual subscription of 150$ to like 10 million people to get a browser that’s actually developed for users and not in some bizarre exploitive fashion.
Re: Hang on to Your Firefox
#294Re: Hang on to Your Firefox
#295Earlier quoted context omitted.
I will go further and say that people hate on Firefox because they care. We don't see many people here hating on Edge for instance, they may hate the fact that it always wants to force itself in, but not the browser itself. And that's simply because they don't use it, they don't even bother trying, they don't know what to hate about it and they don't care. Occasionally, some people say it is actually good, they get i…
I'm not sure about that. I think there's plenty of people who shit on Firefox to justify to their own ethical standards their preference for some Chromium-based browser.
Re: Hang on to Your Firefox
#296> Meanwhile, the over thinkers on Hacker News come up with convoluted reasons to hate on Firefox every time the subject arises...Firefox is our last best hope for browser engine diversity and competition. It's exactly because Firefox is so important that you'll see people here complaining when Firefox does things to push away users like Mozilla buying up an ad-tech company, collecting data on users, and using firefox…
Re: Hang on to Your Firefox
#297> Meanwhile, the over thinkers on Hacker News come up with convoluted reasons to hate on Firefox every time the subject arises...Firefox is our last best hope for browser engine diversity and competition. It's exactly because Firefox is so important that you'll see people here complaining when Firefox does things to push away users like Mozilla buying up an ad-tech company, collecting data on users, and using firefox…
Normally I'd agree but at this point it's basically "Firefox is mismanaged, updoots to the left my 1337zors" behavior. It's basically a meme. It's always at the top of every single firefox thread no matter what is being posted. Yes they make mistakes. Yes they can be frustrating. But it is still so much better than using a chromium browser, and that must be acknowledged. People whine about the features every time. Gu…
I just wish they would fix the memory leaks and stuttering.
Re: Hang on to Your Firefox
#298I use Zen (firefox under the hood) and I just don't understand all of the bitching people do about Firefox. Once I learned all about manifest v2 deprecation it was such an easy decision to move away from Chromium based browsers. The transition was one of the most painless things I've ever done in the software world. Literally what is the issue?
Re: Hang on to Your Firefox
#299Earlier quoted context omitted.
Sure, but Firefox doesn’t have to be Chrome to be unacceptable, and Chrome isn’t the only alternative. I reject the idea that Firefox can transgress as much as they want as long as Chrome has gotten worse. And fuck then for buying and killing fakespot.
Chrome is the only alternative unless you have access to Safari. Brave, Opera, Edge, etc are all Chromium and will all deprecate Manifest V2 eventually. The V2 mess is just one example of how Google can continue to stangle the web even if you're not using Chrome itself.
The future looks pretty clear to me. We will have to use two browsers. One government approved, google (or some other thing) vetted browser for all the official and banking stuff. One other for all the other causal stuff.
This would be bundled as a single package, with something like firefox containers automatically switching to the "approved" browser based on domain loaded in the tab.
Re: Hang on to Your Firefox
#300Earlier quoted context omitted.
Agree, and not just that, it allows to escape the hijack of your right click (something google does not tolerate), but they also degraded a lot the experience the last year or two. Number of modal dialog boxes every time it updates (and of course repeat for how many machines you use), also every time there is a pending update, the performance seems to degrade until you close and update, and those updates are very fre…
You may restrict updates in policies.json[1][2]: { "policies": { "AppUpdateURL": "http://127.0.0.1/", "DisableAppUpdate": true, "DisableFirefoxStudies": true, "DisableSystemAddonUpdate": true, "DontCheckDefaultBrowser": true, "ExtensionUpdate": false, } } Syntax should be slightly different for Windows. File should be located in $FIREFOX_DISTRIBUTION_DIR/distribution/ $FIREFOX_DISTRIBUTION_DIR is the installation dir…