Live data from Hacker News

Firefox 57.0 Released

mozilla.org

581–590 of 836 posts

Re: Firefox 57.0 Released

#581

Earlier quoted context omitted.

I don't see how to disable yhe existing horizontal tab bar though? Now I have both that and tree style :/

You'll need a custom userChrome.css @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* to hide the native tabs */ #TabsToolbar { visibility: collapse; } /* to hide the sidebar header */ #sidebar-header { visibility: collapse; } You probably want to enable the menu bar if you do this, to stop the minimize/maximize/close buttons from overlapping the menu & other buttons on the right top…

>keymaster/gatekeeper/there.is.only.xul

Pretty amusing tbh

Re: Firefox 57.0 Released

#583
post #128

Earlier quoted context omitted.

Mozilla doesn't create all those extensions. And the extensions' authors had, what, two years advance warning or so? Criticize the real culpits, not Mozilla.

Look at this from a user perspective: The user diligently updates Firefox, optimistically hoping that this new version will be as awesome as the previous ones that vastly improved performance. Firefox starts and, suddenly, a bunch of things that used to work stop working. Why? Well, essentially, something that they can't hope to comprehend and that they never asked for and had no input on just ruined their browser. W…

the only plugin that broke for me was NoScript and I switched to uMatrix which I like even more. i'm not exactly a firefox power user i guess but i am a web developer who is definitely an advanced user, and i was barely affected by this.

Re: Firefox 57.0 Released

#584

Earlier quoted context omitted.

If it as just as good as chrome, why should I switch? Especially given how good Chrome Dev tools are.

Aside from the privacy / philosophy / openness / counterweight-to-monopolization-of-the-Web angles which Yoric mentioned, you might find we're actually better than Chrome in some areas. Often small things, but I find I prefer the feel of Firefox to Chrome. - If you do frontend work, our CSS grid inspector is unparalleled https://developer.mozilla.org/en-US/docs/Tools/Page_Inspecto... - Firefox has built-in tracking p…

Tree-style tabs won't be around much longer.

Re: Firefox 57.0 Released

#585
post #192

Earlier quoted context omitted.

That's not true. Your browser does exactly the same things that it did yesterday. If you chose to update to the new version where you knew exactly what extensions would be running and which wouldn't... well, your fault.

firefox autoupdates without prompting

i suppose that depends on your OS/update mechanism. mine doesn't.

EDIT: although i have it set to auto-update in the settings, maybe i just don't realize this because i never close/restart it heh :D

Re: Firefox 57.0 Released

#587
post #580

Earlier quoted context omitted.

Stop spoofing your user agent string, install it, then resume spoofing. It should be Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0 by default for Firefox 57 on Windows 7 64-bit

I have never (to my knowledge) done anything to change the user agent. I dug around in about:config and discovered that general.useragent.override somehow got set. Edit: Something is resetting that override every time the browser starts. Dunno what, the only addons I run are uBlock and RES (and now TST). Edit 2: It was being set in user.js. No idea how it got there...

Do you have

  privacy.resistFingerprinting = true
set?

Re: Firefox 57.0 Released

#589

Earlier quoted context omitted.

Aside from the privacy / philosophy / openness / counterweight-to-monopolization-of-the-Web angles which Yoric mentioned, you might find we're actually better than Chrome in some areas. Often small things, but I find I prefer the feel of Firefox to Chrome. - If you do frontend work, our CSS grid inspector is unparalleled https://developer.mozilla.org/en-US/docs/Tools/Page_Inspecto... - Firefox has built-in tracking p…

Tree-style tabs won't be around much longer.

Tree Style Tab is available on Firefox Quantum and will be with us for a long, long time. Piro, the author, wrote an excellent article about his experience porting TST to a WebExtension: http://piro.sakura.ne.jp/latest/blosxom/mozilla/extension/tr...

Re: Firefox 57.0 Released

#590
I'm trying it out now. Seems fast and I like the UI. I think there is a feature missing that I require... In chrome I can log into two separate accounts, my work and my personal. They run as practically two separate instances of chrome, so I can log into a separate lastpass account for each. Is this possible with firefox?
Post reply on HN