No it is not. In the past months/years they removed: - ability to zoom out images. Firefox has two different zooms, but none of them can zoom out images. If an image doesn't fit your screen, you can't see it period. - ability to open an image in the same window - ability to use different search engine in the search bar and URL bar - ability to quickly change search engine clicking the magnifier icon top right - custo…
They removed RSS, removed compact mode, removed bookmark descriptions... I'm scared that at their current pace by 2030 they'll remove the last remaining feature and it will disappear.
Tell HN: Firefox Is an awesome browser right now
471–480 of 619 posts
Re: Tell HN: Firefox Is an awesome browser right now
#472I love Firefox but some JS heavy demos etc. just don't work fast enough. I hate that I know exactly why. It's because they were only ever tested on Chrome during development.
Lets be clear here. They were only tested on some developer's fast machine on Chrome. All the users are going to be using it on some bag of shit $300 laptop running crapware infested Edge so they will be suffering like your Firefox users are. The problem is the left hand side of the chain. Stop pulling in thousand layer garbage abstractions and making the user pay the penalty for it.
I’ve been/am currently burned by Firefox’s pretty poor IndexedDB support and performance. IDBObjectStore.getAll() fails with a cryptic exception if you store too much in IndexedDB (iirc 256mb is the limit), whereas Chrome and Safari have no problem with it. It also has terrible performance - about 4x slower than Chrome, with Safari having the best performance.
Re: Tell HN: Firefox Is an awesome browser right now
#473I use Firefox sort of begrudgingly. It's marginally less bad than the other options, but it's still an awful browser. I vehemently disagree with almost all of its design decisions, and with every new release they seem to stray even farther from sane UX. It has hamburger menus on desktop and a lot of weird space-saving design that makes no sense on a modern high resolution display. Buttons are small, have cryptic flat…
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…
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 version of the browser in order to develop their extensions.
Re: Tell HN: Firefox Is an awesome browser right now
#474I 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…
Why? I can imagine them working hard to make sure that Gmail loads fast in Chrome. The Gmail team probably suggests changes to the Chrome team and vice versa.
So long as Gmail is fast in Chrome, I can't imagine Google would be all that upset about Firefox or any other browser loading it faster. At most it would be an indicator that they need to make changes to stay competitive.
Re: Tell HN: Firefox Is an awesome browser right now
#475I want to begin typing a website's name, have firefox recognize it and indicate it to me, and press 'tab' to begin searching. The lack of that single feature makes firefox unpleasant to use for me.
What does begin searching mean? I just tested, the tab key cycles through the list of results for the input typed into the location bar. What should happen instead?
It should not cycle through the drop down menu.
Re: Tell HN: Firefox Is an awesome browser right now
#476Re: Tell HN: Firefox Is an awesome browser right now
#477Recommend: 1. Sign up to Firefox sync 2. Install the Multi-Account Containers extension. Create containers to partition your identities. Eg: Banking, Shopping different Gmail accounts, different AWS console accounts etc 3. Install the "containerise" extension so you can create URL rules that automatically open sites in the correct container. (It can match URL regexes, allowing you to identify different accounts on ea…
Would love to actually be able to use Firefox Sync. But I refuse when I cannot self host it. It seems it is not actually possible to self host it.
Re: Tell HN: Firefox Is an awesome browser right now
#478I love Firefox but some JS heavy demos etc. just don't work fast enough. I hate that I know exactly why. It's because they were only ever tested on Chrome during development.
Re: Tell HN: Firefox Is an awesome browser right now
#479Firefox is my primary browser at present but definitely has annoyances: - unable to close pinned tabs without custom extensions - unable to undo close open tabs after closing last window (also solved with extension) - pins itself to taskbar and install desktop icon on every install - I prefer how downloads' progress is handled in Chrome better - Not all settings are synchronized (esp. around privacy), making it very…
> unable to close pinned tabs without custom extensions Middle click works and there is also a context menu option to close the tab.
Re: Tell HN: Firefox Is an awesome browser right now
#480Earlier quoted context omitted.
Or you can just use FF containers - which is 99% less work.
Yea, but those came about after I'd built the wrapper for quickly launching different profiles of either Chrome or FF. FF containers are more work than the 2 clicks I do now, powered by some Python I wrote like 15 years ago (with minor maintenance).