Live data from Hacker News

Tell HN: Firefox Is an awesome browser right now

news.ycombinator.com

481–490 of 619 posts

Re: Tell HN: Firefox Is an awesome browser right now

#481

Opposite experience here. Long time Firefox user and in the past 3 years it's gotten incredibly bad for me as sites have gone more JS heavy, and video in particular has become a huge problem for my Firefox install it seems. Major sites like Youtube (~25% of videos get an error, forcing me to open in chrome), Reddit (yeah this one sucks for everyone, but at least loads on chrome if you have a high end pc+connection, w…

I've never seen a YouTube video not play on Firefox. What does the error say? Can you give an example URL?

Re: Tell HN: Firefox Is an awesome browser right now

#482

I love Firefox too but this is a really weird post. The OP is clearly having performance issues with Chrome presumably due to extensions interfering or something else. I can guarantee you that Google makes sure Gmail loads at least as fast in Chrome as in Firefox. Chrome is customizable too (panes you can open/close), Chrome extensions are also thriving, and Chrome was the one who invented the "clean look", same as F…

> Chrome is customizable too

Not really. Got a link to a Tree Style Tab that properly renders itself in a chrome sidebar? Because that's still not possible.

Re: Tell HN: Firefox Is an awesome browser right now

#483

I love Firefox too but this is a really weird post. The OP is clearly having performance issues with Chrome presumably due to extensions interfering or something else. I can guarantee you that Google makes sure Gmail loads at least as fast in Chrome as in Firefox. Chrome is customizable too (panes you can open/close), Chrome extensions are also thriving, and Chrome was the one who invented the "clean look", same as F…

Agree; and in general I think people underestimate how heavy and potentially dangerous extensions are. Adding an extension is like loading an additional webpage on each primary page load, and it can make as many requests and consume as many resources as it wants. It can also interfere with or alter the behavior and performance of the primary page in any manner that the DOM allows. As a web dev who has investigated a lot of performance complaints, disabling extensions is one of my first debugging steps.

Re: Tell HN: Firefox Is an awesome browser right now

#484
post #49

> I'd be glad to learn of any other cool features and extensions that y'all might want to share. I'm sure others will be sharing it as I type this comment as well, but for many HN readers, Multi-Account Containers [1] are bound to be a godsend. Easily log in to different accounts for any website, in different tabs. Great feature that's not available in other browsers. [1] https://addons.mozilla.org/firefox/addon/mult…

Hate to be a black cloud, but as much as I love containers, my containers and their settings often disappeared. I can no longer remember exactly why. it may be if i disabled containers and then re-enabled them. (Containers may be a source of glitches so disabling is to help with troubleshooting.) getpocket.com needs to be logged in via container 0. if you put getpocket to a personal container, and don't login to getp…

instead of bookmarking if are fine using another extension, then use "Session Boss" to save and restore sessions

Re: Tell HN: Firefox Is an awesome browser right now

#485
post #473
post #431

Earlier quoted context omitted.

As a long time FF user my opinion of it took quite a hit recently. I wanted to hack together a small personal extension, likely outside the scope of what Tampermonkey can do easily. I was really shocked by the mandatory signature enforcement. You need to get your extension signed by Mozilla with no way to disable it in the standard FF, the about:config setting does nothing (see [1]). Your temporary extension will als…

Usually you find that the reason these barriers exist is because people were abusing the previous system. There are (sadly) plenty of people out there who will install a browser extension & tweak an about:config setting if you set up the right incentives to get them to look past the warnings. The price of protecting these people from those that would take advantage of them is developers having to download a different…

When you dig deeper, you will indeed find that the public reason for these kind of restrictions is "to keep the user safe".

They claim to be worried about malware installing their own extensions, so they lock everything down. As if that same malware wouldn't just patch the firefox binary to allow loading unsigned extensions.

It's ridiculous and obviously meant as a first step towards a walled garden. It's very unfortunate that firefox followed google in this.

Re: Tell HN: Firefox Is an awesome browser right now

#486
post #353
post #258

Earlier quoted context omitted.

> There's nothing actually substantive about it. It doesn't feel like it belongs on HN. Most of the comments on every new Firefox release post are just as bad and have nothing to do with the actual release (folks whining about how their incredibly-niche use-case isn't supported anymore which breaks their workflow etc.), so in some ways it's nice to see something positive (which I would wager is more representative of…

By coincidence, just this morning I had a panic because I tried to close FF by closing the only window (which is something I need to do periodically because memory usage will build up over time), and I thought I had lost the tabs because when I opened it back up, they were gone with no way to restore. Apparently the behavior had changed so that closing the last window no longer closes FF, but just that window a la Sk…

> and I thought I had lost the tabs because when I opened it back up, they were gone with no way to restor

You know ```Ctrl+shift+t``` this opens the last closed tab and - at least in chrome - restores the previous environment after restart

Re: Tell HN: Firefox Is an awesome browser right now

#487
post #258

I love Firefox too but this is a really weird post. The OP is clearly having performance issues with Chrome presumably due to extensions interfering or something else. I can guarantee you that Google makes sure Gmail loads at least as fast in Chrome as in Firefox. Chrome is customizable too (panes you can open/close), Chrome extensions are also thriving, and Chrome was the one who invented the "clean look", same as F…

> There's nothing actually substantive about it. It doesn't feel like it belongs on HN. Most of the comments on every new Firefox release post are just as bad and have nothing to do with the actual release (folks whining about how their incredibly-niche use-case isn't supported anymore which breaks their workflow etc.), so in some ways it's nice to see something positive (which I would wager is more representative of…

Yeah. The votes are just the normal FF fanclub, which I'm a card holding member of. This post seems a bit like karma farming to me.

Re: Tell HN: Firefox Is an awesome browser right now

#489
I love firefox except for a fairly recent feature adopted by chrome, which is the ability to update usb device firmware through a web browser via the Web Serial API. I do a lot of ESP32 stuff and it's so much nicer to be able to go to a webpage and just install the firmware directly rather than having to actually configure and compile it from scratch in vscode/platformio.

For instance, if you want to install WLED, just go to https://install.wled.me, select the version, select the usb port your device is connected to and "install." Bam, done.

Firefox team views it as insecure: https://github.com/mozilla/standards-positions/issues/336

Re: Tell HN: Firefox Is an awesome browser right now

#490

Earlier quoted context omitted.

Can you run multiple profiles at the same time using this approach?

The --new-instance flag lets you run multiple copies of even the same profile. https://wiki.mozilla.org/Firefox/CommandLineOptions#-new-ins...

IME, starting Firefox with this flag, then (from the profile manager) picking an already-running profile, I get the fatal error:

> Firefox is already running, but is not responding. To use Firefox, you must first close the existing Firefox process, restart your device, or use a different profile.

So I guess it allows multiple instances but only with different profiles, at least on my system.

Post reply on HN