this post was submitted on 09 Jun 2026
1243 points (99.4% liked)

Technology

85357 readers
4100 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
 

For a while now the transition away from Manifest V2 (MV2) to MV3 has been on-going and it looks like it is entering its final phase of deprecation, at least, in the case of Google Chrome. A recent discussion thread in the w3c WebExtensions Community Group GitHub repo has highlighted how the latest and upcoming versions of the most popular browser are expected to be its final releases with support for MV2 extensions.

What this essentially means is that the tricks and bypasses that were used to keep MV2 extensions like uBlock Origin and others alive will not work any more on Chrome, or at least not for very long. For example the Windows Registry mod that could extend MV2 availability will cease to function after Chromium version 151.

you are viewing a single comment's thread
view the rest of the comments
[–] lightlybutteredtoast@lemmy.zip 1 points 2 days ago (1 children)

Ohh, cool that makes more sense. Thanks for the info. Eventually I'm gonna get PiHole set up, but I guess that would face the same issue... yt-dlp might be the best way

[–] encelado748@feddit.org 2 points 2 days ago (1 children)

Correct, pihole alone cannot fix it. You can fix the issue of hardcoded DNS with a firewall translating requests to DNS into another DNS, but that also has issue with DNS over https. The only reliable way I saw for YouTube Ad block is either custom apps or browser level Adblock like Brave Shield (which Firefox is also integrating as it is open source)

[–] lightlybutteredtoast@lemmy.zip 1 points 2 days ago (1 children)

That info was very valuable for me, thanks! I’ll save this comment.

[–] encelado748@feddit.org 2 points 2 days ago

Just so you know, AdGuard Home exists, that is more or less the same as PiHole but uses less resources. I run it on my router (and I use the router firewall directly to force the DNS to AdGuard) with SSL certificates automatic renewal with certbot so that encryption is supported. I think you can ask an AI for help on your specific setup.