Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Fortunately, at least so far, uBlock Origin Lite works perfectly fine on Chrome.

I know people have made a lot of arguments as to why it might not be as good in theory, or why things might change in the future. But so far, ever since I was forced to switch, I have seen exactly zero difference. Lists are updated often enough that I haven't seen anything get through. Adblocking works on YouTube. If anything, pages seem to load even a little faster. I've had no complaints.




If you have fast internet you will probably not really notice the difference

The difference between v2 and v3 is that v3 will no longer allow uBlock to modify network calls. Previously one of the big savings of a adblocker is they can stop the calls from being made AT ALL. That means less tracking AND less of your internet bandwidth being used

Both v2 and v3 can block the actual elements from your screen so you will probably still not see most of the ads. But you will still be able to be tracked and your data will still be used in the background


That's wrong.

V3 doesn't allow network calls to be modified, for privacy reasons. It still allows them to be blocked, which is how the adblocking works in the first place.

Contrary to what you say, v3 does block the tracking in the ad request as well as the bandwidth.

https://developer.chrome.com/docs/extensions/reference/api/d...


It only allows them to be blocked with static rulesets. And these rulesets have a maximum size of 50. There's no way this is large enough to cover all your websites. It's also trivial for an anti-adblock script to try a few different urls until it finds one that isn't in your static ruleset

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/Web...


The maximum number of rule sets is 50, not rules, as your own link clearly and unambiguously states.

The actual minimum (not maximum) number of supported rules is 30,000:

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/Web...

In reality, Chrome supports over 10x that. And UBOL doesn't even use/need the minimum, sticking to around 17,000.

So that's plenty to cover all your websites. Which is why UBOL works perfectly fine in practice.


In my uBO (not uBOL) setup, I have about 1.7M rules active.


Person who resembles 0.000001% of the internet userbase complains on hacker news.

More news at 7.



I'm not well versed into adblocking, but shouldn't the extension also get access to the content of the request as well, to be able to either improve it's blocking accuracy (e.g. detect if the whitelisted content matches blocked content patterns) or decide to hide a resource after it was fetched ?


it's easy to see how people might say v3 is an adtech conspiracy. Ads are always served to the user now, expect a noticeable revenue increase by almost every adtech company.


"Conspiracy"? There's only one dominant player, you don't need a conspiracy for that. Just Google abusing its massive power.


I saw significant difference using the Lite version, enough that I switched to Firefox with Origin instead. I expected it to be good enough and was surprised to see the difference.


Same. I use the element picker tool all the time to rid the web of crap I don't care about. Example:

   whatever_class:has-text(/YouTube Shorts/)

On Android you can even do this on your phone in Firefox. The UI is a bit tricky on such a small device, but it's so worth it. I went so far as to uninstall Chrome (well, disable it) on my Android.


Does "Click to Remove Element" not work for you?

https://chromewebstore.google.com/detail/click-to-remove-ele...

For whatever reason, the UBOL creator chose not to include zapper/picker in order to make it as "lite" as possible. It wasn't a Manifest v3 thing, as they've explained.

I have no problem with using a separate extension for zapping.


I was not aware of this extension, thanks for pointing it out.


It's also great to not give basically unlimited permissions to an extension.


I think people should be able to do whatever they want on their own machine. If the setting is there, then let me use it for whatever extension I see fit. Sure, make it harder to do so, but don't treat users like children. I can't even screenshot banking apps on my own damn Android phone now.


It's not about you being able to do whatever you want on your machine. It's extension authors being able to. Malicious Chrome extensions are a huge problem.


On the off chance that Google is truly benevolent and was just worried about users' security, then they could have easily hidden the required network-reading functionality behind a flag or "developer mode", or only allowed it for a small set of manually-audited extensions like uBlock Origin.

The fact that they provided absolutely none of these alternatives isn't a coincidence. Google is a for-profit company with 300+ billion of annual revenue, a giant chunk of which comes from their advertisement services. It's a blatant conflict of interest and there's no good reason to believe that they're acting in good faith here.


> then they could have easily hidden the required network-reading functionality behind a flag or "developer mode"

For all intents and purposes, that's basically equivalent to deleting uBlock Origin for 99.9% of the 29M users it currently has.

> only allowed it for a small set of manually-audited extensions like uBlock Origin

That would most definitely lead to accusation of favoritism. That would be just as annoying of a pipeline to maintain.

> The fact that they provided absolutely none of these alternatives isn't a coincidence

They delayed the release 3 times, it was first announced in 2020. The whole time, they were taking feedback and making changes. They made a ton of changes that made MV3 adblockers possible.


If they really were concerned about user security, they'd do a better job blocking scammy & misleading ads instead. uBO basically _saves_ users from installing dubious Chrome extensions and other malware only because they show up as ads or other annoyances.


Don't they have a vetting process for extensions? Even if they don't, you, the (power)user should be able to manually turn on whatever you want, should you so desire. What's stunning is that we're moving away from this, for our "security." And by then "use Firefox/something else" won't be helpful when entire websites will refuse to work on anything else but Chrome.


> Don't they have a vetting process for extensions?

No.

> Even if they don't, you, the (power)user should be able to manually turn on whatever you want, should you so desire.

It's not as simple as that. As long as it is possible for extensions to have no-holds-barred access to your browser then they'll make that a condition of use, and unsophisticated users (approximately everyone) will just say "eh ok".

Browser extensions are a particularly dangerous case because they auto-update by default. It is very common for popular extensions to get sold to bad actors who then update them to inject ads into everything you view, or worse.

If you make it impossible for extensions to do that, then they can no longer make it a condition of installation.


> It's not as simple as that. As long as it is possible for extensions to have no-holds-barred access to your browser then they'll make that a condition of use, and unsophisticated users (approximately everyone) will just say "eh ok".

Then make it complicated enough so the user has to click through several screens, type in that they know what they're doing and be warned that if extension/website X asks them to do Y, they're getting f'd and should stop. Beyond that, it's their fault.

Why can't we treat browsers like we used to treat PCs? Why do we have to have to make them so "safe" like we did with phones? Tons of scams happen on phones now, so it didn't quite work out, but we still gave up a lot.

Personally, I'm rarely a Chrome user. I'm most afraid of stuff not working in non-Chromium browsers, though.


> Then make it complicated enough so the user has to click through several screens, type in that they know what they're doing and be warned that if extension/website X asks them to do Y, they're getting f'd and should stop. Beyond that, it's their fault.

Yeah I mean... that's just an arms race. You now have to type "allow pasting" into the dev console to paste Javascript there. Guess why.

Browsers can't ever win that race. Malicious extensions will just say "go to settings and blah blah blah".


> You now have to type "allow pasting" into the dev console to paste Javascript there. Guess why.

Would you be content with Chrome (hypothetically) taking away the console instead? Your average user has no business using it anyway.

> Browsers can't ever win that race. Malicious extensions will just say "go to settings and blah blah blah".

You're absolutely right, they can't win the race. People have been plugging holes in software for decades and malware still hasn't been defeated. Taking features away just to plug more holes instead of restricting them doesn't seem right to me. One could argue (I haven't looked this up, though) that even more users fall victims to malware in spite of today's "locked" browsers (and phones) simply because there's an ever increasing number of people online. A lot of that malware is being spread through misleading ads and malicious code that uBO blocks.

With uBO vanishing, a lot of users will be left without an adblocker. Those who aren't tech-savvy enough won't know what to install instead (eg uBL). They'll go on browsing unprotected. Google will see a spike in ad revenue and will be pleased. They have no real interest in blocking scammy ads.


Not really, no.

Putting security in scare quotes doesn’t make the actual risk go away. This is a blatant anti ad block move, but you aren’t making reasonable arguments either.


I'm not sure how not being able to use websites without Chrome is unreasonable, though. If it hasn't come to that already, it will soon.

One can find reasonable use cases for every security measure that takes away freedom. That doesn't mean that all such decisions are balanced, and I'm advocating that the user be the one deciding their level of security, knowingly. That's the most important part being taken away, actually. Until there's palpable resistance (or even doubt or endless debate), those taking things away have no reason to stop.


At no point did anyone argue you should be required to use chrome to use some websites. That is a complete strawman you made up here. No one is requiring you to use chrome.

As to your security argument: If you've never seen the past user's desktops filled with browser hijacking and ad / virus ware, then I'm happy for you, but ignoring serious security concerns isn't a valid approach to managing an end user product regardless of the nebulous slippery slope freedoms argument you're attempting to make.

This is not an advocation to ban all adblockers, but you are advocating for basically a free for all, and we've seen how that works. It doesn't and this entire discussion is a waste of time.


> the nebulous slippery slope freedoms argument you're attempting to make.

But it is a slippery slope and we're already sliding down, even if we don't want to. It's hard to make users switch to something else. I know it, I assume you know it, probably everyone on HN knows it. But, and this is key, Google knows it. People are resistant to change, especially if it means altering their workflow. Where said workflow depends on a monopolistic product that's key to unlocking even more ad revenue, do not think that those with incentive won't hesitate to push for more restrictions while claiming they have our own best interest in mind.

No one brought it up now, but there have been cases of websites being deliberately made slower on Firefox. I don't think it's unreasonable to think that this will continue happening. If you do, then let's agree to disagree.

> but you are advocating for basically a free for all, and we've seen how that works.

I'm not advocating for a "free for all." I'm advocating for a "free for the knowledgeable & responsible." I'm advocating for informed consent in computing. We've been moving away from that, more so because of greed than goodwill.


Do you think Firefox should let me install an unsigned extension?


Absolutely. I have no idea if their store requires signing, but in any case, I think you should be able to sideload your own extensions after being lectured on how it might be dangerous. I'm not saying it should be easy, though.


This is becoming more and more complex I think.

To put it in the flatest way, it's not a given that users trust the platform owner more than some extension providers.

In theory that shouldn't be the case, and not trusting a platform that runs natively and has potential acccess to everything we do sounds crazy. But in practice there's only so many platforms, and depending on one's work or environement, not using Chrome isn't even an option.

In that context, extensions are the most direct tools the users have to get back some control.


You can choose the permissions on v2 as well.

The change in v3 is that uBlock cannot even ask for more permissions any more


How about giving unlimited permissions to Google on the web and your computer?


My YouTube ad-blocking experience with uOL looks like a black/muted screen for 30s until the real video starts playing. No "Skip" button appears. I disabled the extension for YouTube so I can at least skip the video after 5s. Is it better for everyone else?


Are you using the "complete" filtering mode?

For certain sites, you need to click the extension and change it from "basic" to "complete". This seems to be a performance thing, so it's not doing slower more complete adblocking on sites that don't need it. I've only had to do it on a couple of sites.


I am now, and that works great. Thanks!


It's just a matter of time. Now that anti adblocks are way more effective, they'll become common.


LLM/AI had perfect timing


Perfect timing to steal all content and then flood the web with slop making me want to spend less time online altogether.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: