12

This will disable many popular extensions for example uBlock Orgin

top 9 comments
sorted by: hot top controversial new old
[-] varsock@programming.dev 4 points 10 months ago

I saw V2 extensions will be disabled but in my lack of webdev experience I fail to point to what is prohibitive in V3 that uBlock Origin cannot migrate to.

Anyone have a better understanding and can clue us in?

[-] sovietknuckles@hexbear.net 7 points 10 months ago

Currently, uBlock Origin and other ad blockers rely on features enabled by the webRequestBlocking permission, which lets them block any request that is only useful for ads or tracking. Manifest V3 hides webRequestBlocking abilities except from extensions that are force-installed, or installed through policy for an organization.

That said, Chrome removing Manifest V2 will not kill uBlock Origin on Chrome. uBlock Origin's Manifest V3 support page says as much:

Rest assured, uBlock will continue to function on the Manifest V3 platform!

In practice, though, that means Chrome users who don't switch to Firefox will probably need to make do with uBlock Lite (which, for example, cannot yet circumvent YouTube's new anti-adblocker popup). Meanwhile, Manifest V2 will join the list of reasons that uBlock Origin works best on Firefox. A comparison of uBlock Lite vs uBlock Origin

Anyway, that's the challenge (and gorhill's workaround so far). You can follow gorhill's progress at https://github.com/uBlockOrigin/uBlock-issues/issues/338

[-] varsock@programming.dev 2 points 10 months ago* (last edited 10 months ago)

welp! thanks for laying it out.

I'm curious how, if at all, this will affect Brave browser who is chromium based but natively bakes in ad block and tracker block. I assume manifest v3 is an API change, so unless Brave uses the API under the hood they should not be affected. But their performance is pretty stellar so maybe they have something more native to achieve this.

EDIT: WOW! checked the bug tracker and manifest V3 announcement goes back to 2018

[-] sovietknuckles@hexbear.net 4 points 10 months ago* (last edited 10 months ago)

Brave plans to continue supporting Manifest V2 after Google kills it. For Ungoogled Chromium, however, it's still undecided, likely depending on whether UG contributors are willing to maintain it.

[-] varsock@programming.dev 3 points 10 months ago

you're incredibly helpful! thanks for linking these threads

[-] giloronfoo@beehaw.org 6 points 10 months ago

It won't allow the extension access to the requests. This is good for securityin general, but that's kinda important to what ad blockers do.

The replacement is that they can provide the browser with a list of rules to block. The problem is that there is a max length to that list that is something like 1/3 of the current block list.

[-] technom@programming.dev 1 points 10 months ago

What is to prevent the chrome developers from selectivity bypassing the content of the block list in the future?

[-] agilob@programming.dev 1 points 10 months ago

There already is µblock that's only MV3 based https://addons.mozilla.org/en-US/firefox/addon/ublock-origin-lite/ give it a try if you see any difference

[-] technom@programming.dev 3 points 10 months ago

It's reported to be a declarative block list that's already vastly powerless compared to regular ublock. Its presence shouldn't give you a false sense of security. One thing that is sure to happen is that its capabilities will be gutted in the long run - perhaps by just bypassing the blocks.

this post was submitted on 17 Nov 2023
12 points (92.9% liked)

Web Development

3421 readers
2 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS