Live data from Hacker News

I've started using Firefox and can never go back to Chrome

techradar.com

391–400 of 699 posts

Re: I've started using Firefox and can never go back to Chrome

#391

Earlier quoted context omitted.

There are a couple of features in Chrome that I use every day for web dev. 1) when the console is open, you can right-click on the reload page button and choose hard reload. 2) when inspecting CSS properties, you can change many of them by dragging them with the mouse left and right. That makes positioning elements so much easier than guessing and adjusting a dozen times.

1. You mean ctrl-shift-r?

Ctrl F5, no?

Re: I've started using Firefox and can never go back to Chrome

#393
I was made to believe(from my readings) that it's not the browser that tracks you, it's the corporations who track you by your browsers ID(signature). Therefore, the best we can do, is to use chrome for google stuff and facebook(the 2 biggest offenders) and use FF for anything else(meaningful/serious stuff). Additionally, get the container-tab addon for firefox for super secure engagements like banking and other sensitive connections.

Re: I've started using Firefox and can never go back to Chrome

#394
post #342

Earlier quoted context omitted.

> Is there really a killer feature of Chrome that justifies its use over FF? I log into Chrome with my Gmail account and my browsing history+passwords are carried across all the devices I use in a typical week, Windows, Mac, iPhone. This is huge, as I rely on history a lot. My last 3 jobs also had Google-based accounts, which means I'm able to maintain two browser contexts where I don't dirty up my personal history w…

Yikes. What if they ban your Google account? They have no customer support to speak of.

Yell on them on Twitter and hope you start trending.

Re: I've started using Firefox and can never go back to Chrome

#395

I feel like I'm in the minority here, but Edge has been consistently better than every other browser I've tried. I have about 30 tabs open across 3 windows on my 10 yo. laptop, that I upgraded to 8GB of RAM. If I try to open even 10 tabs in Firefox, the laptop slows down to hell. Running a local speed test to my Linux server on MS Edge, I get ~910Mb/s download (CPU maxes out) and ~980Mb/s upload. If I fire up Firefox…

Edge is the way to go for Windows machines,especially if you prefer the chromium engine.

MS made lots of Windows specific optimizations, with a focus on memory use. The other killer feature is 'secure mode' that disables JS JIT, which is where most if the security issues have come from in modern browsers. Plus, in this context, MS's incentives align much closer to mine than one if the largest advertising companies in the world.

Re: I've started using Firefox and can never go back to Chrome

#396

As mentioned by others, the recommended list of extensions in the article is a bit outdated. These days not much more than uBlock Origin is needed for a good configuration, with the addition of maybe CanvasBlocker.

True but I use some other extensions anyway. They are: - Multi Account Containers - does exactly what it says on the tin. I load Google stuff inside a Google container for example, and banking websites all get their own container only used for that purpose. - Auto Cookie Optout, with their config added to uBlock Origin. Basically automatically clicks "essential cookies only" everywhere it can (it helps to allow loadi…

> Basically automatically clicks "essential cookies only" everywhere it can

But does it also object to 'legitimate' interests?

Re: I've started using Firefox and can never go back to Chrome

#397
post #382
post #291

Is there really a killer feature of Chrome that justifies its use over FF? I've been using Firefox and have never been disappointed with it. I always just assumed that if you wanted privacy, it's better to use Firefox over Chrome, Safari, or Brave.

Those experienced with web dev around here will tell you Chrome is the main (or only) browser tested with most websites these days. Some things might be slow or broken in Firefox. One example situation that comes to mind is you can't scroll to the bottom of the page on some sites in Firefox due to terrible spaghetti layout design, so the submit button is not normally reachable. Or it loads under a banner and becomes…

I only had one site in recent memory that failed to load. I put in a call to the support line and they fixed it.

Tbh this whole idea that the web is broken on ff is not true, tho it is true some web assembly apps fail to work properly in my experience.

I challenge anyone here to give an actual useful site that fails to work properly in ff.

Re: I've started using Firefox and can never go back to Chrome

#398
post #384
post #287

I used Firefox in the early-mid 00s, switched to Chrome not long after launch, after my colleagues showed me how much slicker is was than a now fairly heavy Firefox (at the time.) Then evil Google emerges, Chrome got fat, FF trimmed up and went privacy-as-a-default, and I'm back on FF again for the better part of the last decade. Opera had a look-in around 2008 but it didn't last long, although some of the features w…

I'd switch to Firefox in a heartbeat if I could somehow focus the URL bar with Cmd+D instead of Cmd+L (years of muscle memory with Alt+D on Linux previously). Other browsers have a menu entry for this (File -> Open Location... in Chrome) so keyboard shortcuts can be switched in the Keyboard settings but Firefox doesn't have this. :| I've tried various methods without success. If anyone had a working solution I'd be v…

Just press F6 and it'll focus into the URL bar

Re: I've started using Firefox and can never go back to Chrome

#399
post #394

Earlier quoted context omitted.

Yikes. What if they ban your Google account? They have no customer support to speak of.

Yell on them on Twitter and hope you start trending.

Ask for support on hn when a Google post trends.

Re: I've started using Firefox and can never go back to Chrome

#400
post #345

Earlier quoted context omitted.

Huh, this is the first time I heard that FF supports MRU, and it's amazing (well except that it's only current window, see below)! I don't know why it was turned off by default. MRU should always be the default, this is also what IDE's do, and alt+tab does with main windows. What is even the point of ctrl+tab cycling to next tab? You got to press it dozens of times to go back to the original tab... Why would anyone u…

alt+tab is a very different operation. ctrl+tab cycling to the next tab is essential for many ways of surfing the web. For instance, research a topic and tap up many tabs. Now go through them one by one. And in the process of doing so you might want to tab up even more. At this point cycling to the next tab becomes a way to navigate the history, but where you have the context of each step preserved. MRU in this conte…

But ctrl+pgdn already goes to next tab, so ctrl+tab doesn't need to do that same thing, MRU is what multi-document programs (like text editors with multiple open files, IDE's) usually do for ctrl+tab. And this for good reason: this allows to cycle through the most recent documents the easiest, following usage patterns. This usage pattern also applies to browsers (and as said, ctrl+pgup/pgdn already do prev/next tab for the other usage pattern)

finding back your tab amongst the many open ones is a nightmare without some form of easily accessed recently used list that also works across windows

Post reply on HN