← Back to context

Comment by beckler

8 years ago

I completely switched whenever FF quantum was released to stable. The experience is amazing. I will say I think chrome dev tools are better though.

I tend to reach for Firefox's dev tools (or a node REPL) more often these days. Firefox has a much better CSS editor. I will run some dev tools in Chromium but avoid it for browsing.

Once I saw that my account was linked to Chrome/Chromium without my permission, I cleared everything out of Chrome and stopped using it as a secondary browser. My secondary browser is now a separate Firefox profile:

    alias ff='firefox -ProfileManager -no-remote &'

I keep hearing how awesome FF quantum is. I always have a copy of FirefoxDeveloperEdition for the occasional compatibility testing, and I keep coming back to it over the last few months, the last time being yesterday, but it just feels as sluggish as ever, whereas Chrome just feels snappier until there are hundreds of open tabs. Am I using it wrong?

Also, Firefox tabs are as ugly as ever (lots of thick lines), and the search bar drop down is cluttered as hell. I thought I’d hate the Chrome 69 tab style, but I got over it in a couple of hours; whereas for Firefox I simply can’t.

  • To add a little bit to my UI complaints: I recall that one of the original designs goals of Chrome was to reduce the chrome (ref: 2008 Chrome comic book). Over the years I’ve had a number of UI complaints with Chrome too and actually switched to Opera multiple times, but overall I think they did a good job at hiding the chrome and presenting what really matters. On the other hand, Firefox UI elements and cues stand out and intrude even after disabling everything I can find. Maybe some people prefer that for “usability”, but I personally prefer minimal UIs (hint: Apple user) and find them perfectly usable.

  • Try using a large blocklist[1] in your hosts file and installing umatrix[2] and/or ublock origin[3] to block garbage scripts from loading. I don't know if that will help, but that's what I'm doing and Firefox is as fast or faster than Chrome.

    [1] https://www.google.com/search?q=hosts+blocklists

    [2] https://addons.mozilla.org/en-US/firefox/addon/umatrix/

    [3] https://addons.mozilla.org/en-US/firefox/addon/ublock-origin...

    • I confess that I have uMatrix in Chrome but not FF, but I do use pihole, and it’s not really a third party scripts problem, FF feels slower on perfectly clean sites.

      2 replies →

  • This is my experience as well.

    I really wanted Firefox to be a replacement for Chrome but it’s so much more sluggish that it’s not even a comparison.

  • Chrome does seem faster and better to me too. Nevertheless I switched to Firefox some years ago (and I’m quite a Google fan). It is good enough for heavy use.

I've found the dev tools to be equivalent for most things but each has a couple features the other doesn't. I'm often switching between the two when debugging complex issues.

In general I find the UI for manipulating CSS and the DOM easier in Firefox. The Javascript Debugger in Chrome tends to work a little better when jumping in and out of 3rd party libraries, Firefox will just give up trying to break in your code and just dump errors in the console.

Meh... as long as it's not Safari Dev Tools I'm happy.

Also, last time I checked the Firefox UI uses more screen real estate, leaving a little less space for the content. The difference with chrome is small, but clearly noticeable. If Mozilla fixes this, then they have an additional user ;)

  • Perhaps setting the UI density to “compact” will help? I like minimal UI, but Chrome’s feels a bit too minimal. I think Firefox on compact is a perfect balance.

    • For everyone looking: Hamburger menu -> Customise -> at the bottom Density -> Compact.

      Thanks!

    • I also completely overlooked that setting, even though I had changed many others away from the defaults. Thanks for pointing it out!

    • Thank you very much, learned something new. I removed the Title bar too, makes ff more compact than chromium.

  • I've got an instance of both Chrome and Firefox open on MacOS right now, and the UI's use exactly the same amount of space. The navigation bar on Firefox is a little thicker than Chrome, but it's made up for with a slightly thinner tab bar (since FF tabs don't have the blank space above to make them look like physical folder tabs).

    Not sure if this holds in Linux or Windows.

    EDIT: In fact I just noticed that Chrome was outdated. After upgrading it to the latest build, it uses more screen real estate for the UI than FF Quantum's latest build. The difference is even more pronounced if you have bookbar bars turned on.

The biggest feature holding me back from using Firefox is the inability to drag multiple tabs at once. I often "split" a chrome browser window into two this way, or combine two chrome windows into one.

The only reason I use chrome is the easy debugger hookup for VSCode. If anyone has any tips on how to get that running with FF, I'm all ears!

  • I got it working together really fast (like 3 minutes) last time, but earlier this summer it took me 30 minutes or more and before that I couldn't get it working.

    Of course now it just seems obvious and I cannot understand what I did earlier.