Switch to Firefox
Technology
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
Finally made the switch to Firefox just 2 days ago. Great so far.
be sure to check out the extensions, there's several that are game changers.
Can I just add a different perspective on this?
My dad is really old (like early baby-boomers), and I am basically the in-family tech support when the home computer starts acting strange.
Well, right after google rolled out this update, my dad clicked on what he thought was an online shopping link. It was actually an ad for a toolbar add-on. ~~Queue~~ Cue like 6+ hours trying to uninstall that add-on and the bundled software.
I never had to worry about that in the past with him because I had u-block origin installed. Now I need to find something else that can run quietly in the background. And probably a better antivirus.
Nooooo, but MV3 is all about security!
This is how I know this is bullshit. I was reading the article and thinking "So, let me get this straight. The ads aren't the security risk. It's the ad blockers!"
Sure. Pull the other one.
I hope Lina Kahn goes after them for this BS. They have a monopoly on the browser market and they're exploiting that to further their own interests in the advertising industry.
This is a pretty textbook definition of monopoly abuse.
I can't see them keeping control of chrome as this goes forward.
Kids, remember, Google is an advertising company.
Honestly I'd say the Internet isn't safe, and it's because of Google, fuck you Google. It's not just the wine I've been drinking, it's true dammit.
Welcome back to Firefox everyone! At least if you're as old or older than I. 😁
You can always keep Chromium installed for the odd site that doesn’t work in Firefox (my daily driver). I do web development and test in every browser and I almost never encounter sites or features that don’t work in FF. The only one I can recall is something in the Azure Portal, probably because Microsoft wants you using Edge.
Typically, Safari is the laggard and any developer worth their salt would make sure their site works on iPad and iPhone. When a new web standard is released, usually Chromium supports it first but even then, not always. And web developers usually don’t use features that aren’t implemented across the board yet. I know I go to caniuse.com before I use something fresh out the oven.
Firefox needs to work on ensuring seamless compatibility with more websites, web apps and so on, because I'm personally very bored with my kids' schools and related services sending out emails and forms with links that simply won't open in FF but are clearly expecting Chrome or Edge where they work fine. Yes, this is on the lazy developers, but if FF want wider scale take-up outside of geeky niche groups then this is the stuff they must fix.
I've said it before and I'll say it again. If your site doesn't work on Firefox your site doesn't work. As web developers your job is to develop applications for the web not for one specific browser. This goes double for essential services.
Firefox can't fix all the broken sites in the world, but they do investigate issues reported to https://webcompat.com
You can help by reporting sites that don't work for you.
Okay that's fine, but when websites are effectively writing
if user_agent_string != [chromium]
break;
It doesn't really matter how good compatibility is. I've had websites go from nothing but a "Firefox is not supported, please use Chrome" splash screen to working just fine with Firefox by simply spoofing the user agent to Chrome. Maybe some feature was broken, but I was able to do what I needed. More often than not they just aren't testing it and don't want to support other browsers.
The more insidious side of this is that websites will require and attempt to enforce Chrome as adblocking gets increasingly impossible on them, because it aligns with their interests. It's so important for the future of the web that we resist this change, but I think it's too late.
The world wide web is quickly turning into the dark alley of the internet that nobody is willing to walk down.
Slack calls disabled for firefox users, but if you change the user agent to chrome it works...
What you're talking about is webcompat and is a very complicated issue. Also I've talked to some Mozilla devs who gave me multiple examples of Chromium rendering something wrong, and they'd have to intentionally break Firefox to render it incorrectly too, just so the end user would get a more consistent experience. Of course these issues happen more and more when things are only tested for one browser.
Also Firefox mobile has nearly all of the extensions as the desktop version so it's more similar across all of your devices. Personally, I use LibreWolf on desktop and Mull on mobile, but they're just tweaked versions of Firefox with some bloat and telemetry removed and preconfigured to be more private.
You can make a windows registry change to have Chrome let you keep using uBlock Origin, with the V2 manifest. It will buy you six more months, basically the enterprise support period.
There was a handy shortcut created by the Security Now podcast you can use as a one-click file to update the policy. The show notes also give a more detailed breakdown of what's going on.
The relevant section in the notes is page 10. The link to the file is page 12. https://www.grc.com/sn/sn-995-notes.pdf
Or just use Firefox and not deal with that.
After i uninstalled chrome some time ago, i noticed it had been slowing down my entire system even when its not on. There is nothing of worth in using it or any other browser derived from it.
Honest question here, since chromium (vs chrome) is open source, can someone not fork an older version, or remove the new code blocking ublock?
I mean i assume it cant be done, but i dont know why
It can be done, but then whoever forks that will need to stay on top of keeping that fork up to date with other changes in the original chromium, and that gets harder and harder to do as time goes on and more changes are made to the same or related parts of the codebase.
And you have to know that if anyone actually tried, they would dedicate their infinite resources to making that as difficult as humanly possible.
Google: We changed a color
Fork Developer: they changed a color and it caused 50,000 breaking changes that a diff tool can't handle automatically wtf.
Google: sorry wrong color here's a new one
Fork developer: another 100,000 breaking changes that a diff can't handle?!?!