Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
52% Positive
Analyzed from 3700 words in the discussion.
Trending Topics
#firefox#chrome#google#browser#ublock#don#origin#https#mozilla#money
Discussion Sentiment
Analyzed from 3700 words in the discussion.
Trending Topics
Discussion (158 Comments)Read Original on HackerNews
I do fear for a future were even Firefox ends up caving in. Ladybird browser might be our only hope until something legal comes along to block functionality.
I'm not knocking Mozilla for taking money from Google, it was a smart move. Most users would use Google anyway, so Mozilla pocketing billions by making users preferred search engine the default didn't really hurt anyone. Some of that money should however have gone into a trust or some type of investment so that funding for browser development would be safe if the ad money ever dried up.
Maybe someone at Mozilla knows something I don't, but there doesn't seem to be much planning for the future.
Why "ad money"? That's a very uncharitable interpretation and for anyone not aware of the situation it's misleading. They're not paid for ads or by ads, they're paid by Google to continue being a viable alternative to Chrome. Is every Google employee getting "ad money" every month, or a salary?
The payment is more accurately described as a protection tax.
Because pretty much all their revenue comes from Google.
Why would Google destroy the cover they have for keeping control over Chrome and 70% of internet users, just to squeeze a bit more ad revenue from what, 2% of users?
If money gets short, the first thing they would cut would be a browser.
It would be a shame to lose the Mozilla foundation/Firefox but it wouldn’t be the end of the browser.
> https://about.google/company-info/philosophy/
> 1. Focus on the user and all else will follow.
> 6. You can make money without doing evil.
> 6. You can make money without doing evil
implies that they're doing it for fun then I guess?
https://en.wikipedia.org/wiki/Don%27t_be_evil
Their sunsetting of manifest v2 appears fast to me and updating some corporate philosophy has apparently no business impact.
You can but well, it's more profitable the other way around....
I know, I know. The community keeps pretending this isn’t an issue for the last, hum, 15 years? But it is, and for people that are looking for a tool and not for a statement, it quickly drives them away from Firefox back to Chrome browsers.
Ok, but not every use case is so primitive? I do need my custom shortcuts and what not, so it is exactly the correct "gotcha" I think it is even if that's beyond your understanding.
That usually means that whoever utters it was just looking for a sycophantic excuse to go with the bigger threat because it is more convenient to them (for now).
https://website-archive.mozilla.org/www.mozilla.org/firefox_...
Popup blockers were also a differentiator, once.
But when your browser has a 2% market share worldwide, some developers won't bother to test on it. And if your setup is even more obscure (I use Firefox on Linux with an adblocker and third-party cookies blocked and DRM disabled and autoplaying video disabled and so on) making you rare even among that 2%, sometimes sites won't have tested with your specific configuration.
It's useful to have a second browser around, as a fallback when a site is broken. Uploading images when creating a listing on ebay is broken, but I don't have to figure out which element of my setup is breaking it, I can just switch to the other browser.
1. Chromium is significantly faster (maybe 5 to 10x faster on certain tasks mostly around canvas but anything that requires fast ui really). Every time I use Firefox it feels like it has some kind of serious problem. If chrome was this slow I would stop working and start investigating what part of my computer is broken. This experience hasn't changed over span of 10 years, 3 OSes and several computers.
2. Neverending caching issues on Firefox. It just caches too aggressively which makes development really annoying to a point where anytime I encounter issue on Firefox my first thought is "Is this Firefox caching issue?". On chrome when I change button color and I don't see it, I know I made a mistake. If I change button color on Firefox, my first thought is, is this Firefox caching issue? When I develop web I have very quick update loop and I really can't be questioning browser. I cannot work like this. Firefox is unusable for me.
It’s a bit like with Internet Explorer which back in its day was also needed for some stubborn sites.
1. Firefox's ctrl-f search doesn't highlight all instances of a found item on the right hand side. It sounds petty, but its a gigantic timesaver for looking through research documents
2. Firefox's tab crash recovery isn't as solid. I use chrome with fully persistent tabs, and its a gigantic pain if I can't re-open them
If I could find a way to fix these I'd swap in a heartbeat
I haven't used this, as I didn't know it was a feature I needed until you mentioned it.
- https://addons.mozilla.org/en-US/firefox/addon/find-in-page-...
Tab Session Manager allows you to dump tabs to groups for restoration later, with auto-save at regular intervals. Works quite well!
- https://addons.mozilla.org/en-US/firefox/addon/tab-session-m...
I normally have 5-50 tabs open (so perhaps on the lower end), but I can't recall the last time I crashed a tab in the last 3 years. I also use persistent/pinned tabs and never noticed issues.
Since Chrome blocked ublock, I switched to Edge. Not sure where I will go next, but I dont think it will be Firefox since they are always years late.
Also, there are a few parts of Firefox that still look ancient, like the bookmarks and history managers, as well as the PDF viewer, where the buttons are too small to click easily. Unfortunately, those are unusable for a Gen Zer.
As such, if you want to be sure a website will work you use chrome.
Since chrome has such a market share, developers feel justified testing primarily for chrome.
Self-fulfilling cycle.
Take a look at Firefox’s market share, or Brave’s etc.
Gecko, WebKit and—hopefully—Ladybird are the true alternatives. I used to think this was too extreme. But the ad vendor dragging ad blockers out of the engine flipped my view.
but too often I have to use Chrome, as so many sites only work properly on it; Firefox is really buggy or laggy on those websites;
For a time, all those AI chat web pages were just very slow on Firefox even with very little context, whereas Chrome only gets laggy when there is a lot of context.
https://github.com/ungoogled-software/ungoogled-chromium
Really hoping the uBlock will continue to work on that project...
Source?
> Firefox won't, because mozilla banned that extension from store.
It's unbanned; the author chose to not put it back. https://www.ghacks.net/2024/10/01/mozillas-massive-lapse-in-...
It seems they spent so much of their budget on the CEO's salary that they couldn't afford an extension review team.
Quoting open-paren comment:
> As far as I can tell, there are maybe two reviewers that are based in Europe (Romania?). The turn around time is long when I am in the US, and it has been rife with this same kind of "simple mistake" that takes 2 weeks to resolve.
https://news.ycombinator.com/item?id=41710183
And Firefox version of V3 supports browser.webRequest blocking (the part that adblockers need to work properly)
Got a source for that, or is that just unfounded speculation?
People just like to rage against Google.
https://chromewebstore.google.com/detail/ublock-origin-lite/...
It's even available on iOS, I have it running in Safari
There's no such thing in the Google realm
[1] https://vivaldi.com/blog/manifest-v3-update-vivaldi-is-futur...
Their tech stack is heavily JavaScript-focused, as their entire UI is written in JavaScript.
As a counter example, Brave is heavily invested in C++ and Rust, and I believe they could handle that work much better."
With MV2, every request must be filtered with slow, JIT, garbage-collected JavaScript code. In MV3, filtering is handled by native browser code using the list provided by extensions. UserScripts could be used to modify the DOM, but that requires power users to manually enable it.
Any other browser with uBlock Origin: Chrome is dead.
In what way? I've never noticed a difference.
Just keep making a browser that isn’t shit. That’s your only job!
But that was before LLM-driven development, I think that now the game has changed, and maybe Google hasn't got the leverage it thinks it has.
[1] https://news.ycombinator.com/item?id=48472424
[2] https://github.com/uBlockOrigin/uBOL-home/wiki/Frequently-as...
Only need Firefox ESR for a handful of websites giving me no option when specifying a Linux/Mozilla user agent instead of the native one for those doesn't work.
This change is good for the majority of users, but is actually bad for large enterprise customers and highly-regulated customers. It puts more control and onus of responsibility on to Google, rather than the end-user. So, we will expect to see better enforcement of controls from Google for the lowest-hanging-fruit that some aspects of MV2 exposed.
What's that, you say? MV2 changes? Well there's 3 things.
1. Remote code execution. The ability for someone to just yeet commands into your browser. A little harder to do directly.. Still very possible, just with extra steps.
2. Removing the ability for extensions to access network requests directly, which is what adblockers often relied on. It also means malicious extensions could snoop on your requests. They still can, just with extra steps.
3. Background persistence, an extension could stay alive, maintain state, run timers, keep connections open, and coordinate across tabs. So this shuts off the "background persistence" piece -- but helps with ensuring better isolation. Still possible, but now requires yeeting your data to an external provider instead of keeping the state contained locally.
Those 3 changes are incredibly powerful, and will impact many, many Enterprise security tools. Tools that now instead will result in products like "Island Browser", and "Enterprise Chrome" being rolled out to supplement the functionality that MV2 gave us.
This change goes against the US and Australian government's hardening advice, and reduces the overall efficacy of security controls we're able to implement within our web browsers natively.
CISA's own guidance on this is pretty straightforward (aptly named Securing Web Browsers and Defending Against Malvertising for Federal Agencies): https://www.cisa.gov/sites/default/files/2023-09/CISA%20CEG%...
Here's the Australian Government's control relating to it:
> Control: ISM-1485; Revision: 1; Updated: Sep-21; Applicable: NC, OS, P, S, TS; Essential 8: ML1, ML2, ML3 > Web browsers do not process web advertisements from the internet.
And if you're wondering about what incentives there are that led to this change, you can read this letter written to the Chairman of the FTC by a US Senator back in 2020. This letter is linked to from the same CISA document I shared earlier.
You should read it in full, and consider what incentives the Senator was referring to -- and how they also apply in this scenario.
https://www.wyden.senate.gov/imo/media/doc/011420%20Wyden%20...
Those Enterprise Chrome products I mentioned earlier? Chrome's change has now put some of this functionality which was previously possible with an extension, behind the Enterprise Chrome Premium SKU: https://chromeenterprise.google/products/chrome-enterprise-p...
You know what else is a security concern? Ads. The amount of mental gymnastics is insane. It's honestly insulting.
smiling smugly from planet firefox
Especially since they put no effort into removing even extensions they know are malicious (and who work very well within the MV3 restrictions): https://palant.info/2025/01/20/malicious-extensions-circumve...
Sadly I don't think that's the general case, I've been on FF for decades but there isn't a universe where I use a browser without UBO at this point.
One wouldn't need to be loyal to UBO... a simple with-and-without comparison would be enough for anyone with a functioning brainstem.