We’ve been anticipating it for years,1 and it’s finally happening. Google is finally killing uBlock Origin – with a note on their web store stating that the ...
We’ve been anticipating it for years, and it’s finally happening. Google is finally killing uBlock Origin – with a note on their web store stating that the extension will soon no longer be available because it “doesn’t follow the best practices for Chrome extensions”.
Now that it is finally happening, many seem to be oddly resigned to the idea that Google is taking away the best and most powerful ad content blocker available on any web browser today, with one article recommending people set up a DNS based content blocker on their network 😒 – instead of more obvious solutions.
I may not have blogged about this but I recently read an article from 1999 about why Gopher lost out to the Web, where Christopher Lee discusses the importance of the then-novel term “mind share” and how it played an important part in dictating why the web won out. In my last post, I touched on the importance of good information to democracies – the same applies to markets (including the browser market) – and it seems to me that we aren’t getting good information about this topic.
This post is me trying to give you that information, to help increase the mind share of an actual alternative. Enjoy!
looks like the bigger issue is hvec itself. Also the support is extremely spotty with all the other browsers as well, with it still only having limited support in Chrome as well depending on your hardware.
Or just use av1 instead. I've literally never run into this as an issue before lol.
For interface unity I use Voyager in Chrome's web app functionality, it's nice to have the same interface. The last multi platform Lemmy app was Liftoff which was really nice but it's dead.
Lemmy in a tab in Firefox, no matter the front end is so... I want the sleek experience dang it!
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.
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!"
Is there any organization out there that could actually promote an "Acceptable ad standard"? Like, maybe even something within web specs?
A long time ago, ads were slightly irritating, rarely useful, and considered a necessary evil for gently monetizing the web. We've had this slow evolution to draconian tracking nightmares that are genuinely dangerous and often written by malicious untraceable actors. I almost feel like we could pressure back towards decent ads if there was some standard by which they only received basic info about the user, showed basic info about a product, didn't pollute the experience or ruin accessibility, and were registered to businesses by physical address with legal accountability for things like false advertising.
That is...perhaps a vain hope though. It's just hard to picture futures where all websites run off of donations or subscriptions, because advertising is fucking hell now.
You mean like https://acceptableads.com/ which is only supported so far by Adblock Plus (and its parent company)?
The problem is until there is some kind of penalty for being too annoying or too resource consuming, it will always be a race to the bottom with more, worse ads. As people add ad blockers to their browsers, the user pool that isn't running them begins to dry up and more ads are needed to keep the same revenue. This results in even more people blocking them.
Two of the things I had hope for on the privacy side was Mozilla's Privacy-Preserving Attribution for ad attribution and Google's Privacy Sandbox collection of features for targeting like the Topics API. Both would have been better for privacy than the current system of granular, individual user tracking across sites.
If those two get wide enough adoption, regulation could be put in place to limit the old methods as there would be a better replacement available without killing the whole current ad supported economy of most sites. I get that strictly speaking from a privacy perspective 'more anonymous/private tracking' < 'no tracking' but I really don't want perfect to be the enemy of better.
Buy a Raspberry PI, install PiHole or AdGuard, change router DNS, and you are good to go. Yes, not perfect, but doesn't rely on a browser extension that can go extinct next time the browser decides it is time for a change.
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.
My job requires login to most internal websites via Microsoft Azure AD SSO using Kerberos authentication using passwordless, smart card auth.
This switch happened this week. Up until yesterday I was 100% Firefox until this.
Firefox for MacOS is not able to do this. I spent an hour or so looking for solutions. Chrome on MacOS also doesn't. Safari does and now I have to fucking use Safari FFS.
That's some BS. You and i both know that Chromium has the largest share in the browser business, so it makes sense from a development perspective to develop websites that will reach the most people. It's on Firefox to optimise their browser so that it can run these sites as well.
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.
As a developer, I can foresee websites using features other than navigator.userAgent to detect Chrome, because it's easy to change its value. For example: for now, navigator.getBattery is available only in Chromium, and it doesn't need permissions to be checked for its existence through typeof navigator.getBattery === 'function' (also, the function seems to be perfectly callable without user intervention, enabling additional means of fingerprinting). While it's easy to spoof userAgent, it's not as easy to "mock" unsupported APIs such as navigator.getBattery through Firefox.
Almost like it does work on Firefox but for some reason they don't want you using it. Honestly it's so damn weird, why do that? Is there some incentive for them?
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.
Maybe there could be some sort of compatibility flag in Firefox which detects non-standard pages designed for Chrome. We could call it... hmm... something like Quirks Mode?
Its a frequency of use thing, and also some required sites. Examples are sites hosted by schools, government, or workplaces.
Although most people using Firefox aren't aware of spoofing the client to look like chrome, so that might need to be talked about more.
That all said, I don't have problems with any required usage, the only ones I have an issue with are on my phone, using mull, some sites payment forms won't load or work correctly. Taco bell is pretty bad for that and then the app wouldnt work either for a while. I also run grapheneos though so its hard to say what's the cause there.
There's some streaming video sites that deliberately block Firefox. It used to be that Firefox didn't support the necessary web standards, but now it does. The site put up blocks telling you to use Chrome, and never got around to taking them down.
I'm on a Surface Pro, which is a somewhat weaker device. For whatever reason, Microsoft Edge (Chromium) runs YouTube and Twitch much better than Firefox. This might be due to efficiency in the browser, or the site video code itself being built for it.
I encounter this very infrequently. I think I only have 1-2 examples at work. It's not a huge deal for me to spin up a chrome for those one or two occasions.
If I create a blank HTML file, every single web browser will open it perfectly fine. If I add browser-specific things that firefox doesn't have, it is my responsibility to create an alternative that keeps the site working. A user shouldn't have to switch browsers due to incompetence of webdevs.
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.
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.
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.
Also all the ad blocking extensions would have to continue maintaining forks of their own projects for increasingly obscure manifest V2 Chromium browsers.
It blows my mind that there are major companies that are actively, and very publicly- working their asses off to undermine the interests of their own customer base. And not only are they still are enabled to exist- they’re profits are constantly growing. Which means, despite their nefarious and intrusive updates to their services…. People are eating it up!
Nothing will change until people do the work to make that change.
Take YouTube for example:
They have screwed people over time and again. From their content creators, to those that enjoy watching them. Yet- those that hate it so much would seemingly never organize themselves to boycott their services on a level that will ever hurt them.
So they continue to do it unstopped.
Nothing changes until something changes. It isn’t ever easy, but if you want it to happen badly enough, it is always worth it.
All it takes is for someone to stand up and take the reins!
(I cannot be that person as I have ADHD and will probably forget that I wrote this come later this afternoon)
Well said. Also maybe you forgot you wrote the comment by the afternoon, but it reminded me that I've been meaning to finally research more into adhd for better managing it, so thanks!
We will now [Oct 9] begin disabling installed extensions still using Manifest V2 in Chrome stable. This change will be slowly rolled out over the following weeks. Users will be directed to the Chrome Web Store, where they will be recommended Manifest V3 alternatives for their disabled extension. For a short time, users will still be able to turn their Manifest V2 extensions back on. Enterprises using the ExtensionManifestV2Availability policy will be exempt from any browser changes until June 2025.
There are only 3 independent browser engines left: Firefox, Chromium and Safari. And Chromium derives from Safari, so the only true alternative is Firefox.
I have been using a fork of Firefox called Floorp and so far pretty happy with it. Chrome and any variant of it has essentially a monopoly on the browser and Firefox will just follow what Google says anyway so I wouldn't recommend native firefox. It would be nice if Safari(WebKit) was more stable and available as an alternative.
I use regular firefox with a hardened config, and for mobile I use the Mull browser(available on F-droid). It's a privacy focused firefox port made by the DivestOS team, which is my mobile OS of choice.
This is the start of the slide for Reddit is just going to be worse here because there are fewer controls to actually detect and do something about bots.
It's addressed in the article. The brave CEO has stated they will continue to support manifest v2 as long as the needed code remains in Chromium. He made no promises what happens when it is removed, though ("I don't write checks of unknown amount and sign them")
Why would anyone use that browser though? Besides all the rounds of shit it went through, the CEO seems like a nutcase. First he does anti-lgbt political donations, not just once, and has to resign from Mozilla among outrage after only 21 days as the CEO. Then he tweets uninformed shit about covid and has his staff remove criticism on reddit. Sounds like a real champ.
I might try uBlock Origin Lite, then if it doesn't work very well then maybe I'll just use Firefox
I guess Google are betting that only a small segment of power users will switch to Firefox, while the mass of ordinary people won't be bothered enough to switch.
This is definitely a selfish opinion but people who block adverts or torrent being a small percentage of users can be a good thing.
If they lose even 5% of their userbase to Firefox over this decision, they'll find a way to make grand modifications to Google search and YouTube in a manner that stops you blocking ads from alternative browsers, and while I'm happy swapping to an alternative search engine, it'll definitely becometedious to sidestep Google's gaze.
But if it's 0.1% of people who swap due to this, and Google already don't care about the small percentage they lose to Firefox then I would rather sit under the radar and not be cracked down on.
That’s not as effective, since it can’t block anything that’s hosted from a hostname that also serves regular content without also blocking the regular content. It also can’t trick websites into thinking that nothing is blocked and it can’t apply cosmetic rules. I use it for my devices, but in browsers I supplement it with uBlock Origin (or whatever is available in that browser).
Ublocks lists are available as hostlists as well. Yea Firefox for the PC , vanadium (chromium) for the phone. No problem running all of it as well , if you have a little bit of power to spare. Haven't had any issues on adguard DNS plus proton adblock
Opera GX has promised to keep MV2 in their code. So I'll just keep using that until I see something different. The other thing is that Opera GX has built in ad-blocker which is pretty much on par with third parties.
Firefox is not the "great browser" you think it is. It has had its fair share of fuckups and failures over the years, like laxed security certificate updates leaving users in limbo.
Google didn't come and just out do Firefox. It was the other way around, firefox fucked themselves with poor management and failure after failure, and people left. Chrome was the new boy in town, and that is why firefox is where it is today.
Also, I would never use firefox, if I do need an alternative browser renderer, I use WATERFOX which is far more privacy compliant than firefix ever has been.
brave i think has that too which is a controversial browser as well waterfox is a great browser tho.
here are the reasons you shouldnt use opera or even operagx btw: https://rentry.co/operagx and brave
Opera GX has promised to keep MV2 in their code. So I'll just keep using that until I see something different. The other thing is that Opera GX has built in ad-blocker which is pretty much on par with third parties.
I couldn't find a source for either of these claims. Can you help me out?
Vivaldi is closed source. Brave isn't. Even with all its very real problems, Brave is the best option aside from Firefox, especially once you turn off all the weird stuff
I read that they temporarily (and apparently accidentally) removed the uBlock Origin Lite extension but they’re not getting rid of Manifest v2 that allows normal uBlock Origin to work.
The developer released the lite version on Firefox because it might be better for Android Firefox users. I guess there was some confusion.