Earlier quoted context omitted.
I wonder why they bother with user-agents in the first place. It's more of a fingerprinting vector than anything else, especially considering Firefox's browser marketshare. Just hardcode it to Chrome's once and for all.
Sometimes browsers have bugs that cannot be identified with feature detection, in which case the user agent is all we have to know when to work around those bugs.
Firefox 95 Released
51–60 of 160 posts
Re: Firefox 95 Released
#52I can't remember why I moved from Firefox to Brave. I'm curious if I should move back again. Can anyone sell me on/off this idea?
Brave promotes a toxic business model centered in killing off internet's advertisement and providing their own in house solution. This is very bad for guaranteeing a healthy competition on the market, it creates an enormous walled garden. Firefox is truly multiplatform, open source, committed to privacy, security and an open web and Mozilla is an authority on these topics. Sure, they're not perfect, but so far they p…
So has anyone using an Adblock in the past 20 years. Also what do Ads have to do with market competition? And what is "toxic" about having a browser that promotes alternative revenue models?
Re: Firefox 95 Released
#53Nice iterative release with mostly cross-platform security and MacOS specific performance improvements. I wonder if there is any benefit to Windows Store Vs. installer setups (e.g. does the update process change)?
System-wide tools like Homebrew and Chocolatey are nice because they allow you to decide to update everything on your system when you've fucked off and it doesn't cost you any time while your machine chews away - without the loss of control and rights "stores" represent. Also, agreed - the MacOS performance improvements will be most welcome (I'm waiting on a de-Mozilla'd derivative to update.)
Re: Firefox 95 Released
#54This is silly, but one of the main things I like about Firefox is being able to drag a sizable JSON file on top of it and getting that JSON in treeview, with a search filter. It's convenient out-of-the-box functionality.
Firefox, aka Mozilla JSON tree viewer.
Re: Firefox 95 Released
#55> We’ve added a User Agent override for Slack.com, which allows Firefox users to use more Call features and have access to Huddles. So now `window.navigator.vendor` returns "Google Inc." if your URL matches ` ://app.slack.com/ `. LOL. https://github.com/mozilla/gecko-dev/blob/eea0fac2cb8cae1e5a...
There's a list of UA overrides and other hardcoded website patches in about:compat.
Re: Firefox 95 Released
#56I can't remember why I moved from Firefox to Brave. I'm curious if I should move back again. Can anyone sell me on/off this idea?
Brave promotes a toxic business model centered in killing off internet's advertisement and providing their own in house solution. This is very bad for guaranteeing a healthy competition on the market, it creates an enormous walled garden. Firefox is truly multiplatform, open source, committed to privacy, security and an open web and Mozilla is an authority on these topics. Sure, they're not perfect, but so far they p…
Re: Firefox 95 Released
#57I can't remember why I moved from Firefox to Brave. I'm curious if I should move back again. Can anyone sell me on/off this idea?
they disappeared from my radar the moment they mentioned tokens.
Re: Firefox 95 Released
#58Which version did they remove the cool screenshot feature? seems like they just added it.... (you could easily take a screenshot of the whole page) Edit: Looks like Firefox 88 only moved the feature: https://techdows.com/2021/03/firefox-88-removes-screenshot-o... I wonder what useless/detrimental move they made this time I remember when they removed the right-click View Image not long ago... luckily there's an add-on…
(Yes, it was disappointing to see it removed for no good reason)
Re: Firefox 95 Released
#59I can't remember why I moved from Firefox to Brave. I'm curious if I should move back again. Can anyone sell me on/off this idea?
It's open source Free Software so if you try it and don't like it you can switch back with no loss? Personally I've never used anything but Mozilla since the days of the Suite 1.0 milestones, through Camino (RIP) on OS X, through Firefox today. Nothing else has as nice a UI as Firefox + Tree Style Tab https://addons.mozilla.org/en-US/firefox/addon/tree-style-ta...
Re: Firefox 95 Released
#60Earlier quoted context omitted.
There's a list of UA overrides and other hardcoded website patches in about:compat.
Wow, what a collection of hacks. It reminds me of the efforts Microsoft goes to so that old programs keep working on Windows.
Please don't browser-sniff, use feature detection instead. The web platform is standards-driven, not browser-driven -- let's keep it that way :)