News

Google killed uBlock Origin and other ad blockers What happened: Happened…

⚡️Google killed uBlock Origin and other ad blockers
What's happened:
🟠What we wrote about at the beginning of August happened – the evil corporation rolled out its Manifest v3with which a lot of extensions do not work, including uBlock Origin;
🟠Developer uBlock released uBlock Lite but this castrated version, which, compared to the original, can do nothing.
We remind you how to postpone the transition to Manifest V3 until June 2025 and continue to use uBlock Origin:
🟠For Windows – open PowerShell as administrator and enter the command:

$path = "registry::HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome"; New-Item $path -Force; Set-ItemProperty $path -Name ExtensionManifestV2Availability -Value 2

🟠For MacOS – open the Terminal application and run the command:

defaults write com.google.Chrome.plist ExtensionManifestV2Availability -int 2

🟠Let's go to chrome://policy/ and click “Reload rules”.

What to do after June 2025:

🟠Finally, switch to Firefox, all these restrictions will not be there.

Ashley Davis

I’m Ashley Davis as an editor, I’m committed to upholding the highest standards of integrity and accuracy in every piece we publish. My work is driven by curiosity, a passion for truth, and a belief that journalism plays a crucial role in shaping public discourse. I strive to tell stories that not only inform but also inspire action and conversation.

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button