From 18a568594163cfc833da99b7823e01582f9ed965 Mon Sep 17 00:00:00 2001 From: Triple I - Triple T <78900789+I-I-IT@users.noreply.github.com> Date: Thu, 9 Jul 2026 02:50:52 +0200 Subject: [PATCH] update: Reflect the current state of MV2 support for uBlock Origin (#3250) Signed-off-by: Triple I - Triple T <78900789+I-I-IT@users.noreply.github.com> Signed-off-by: fria <138676274+friadev@users.noreply.github.com> Co-authored-by: fria <138676274+friadev@users.noreply.github.com> --- docs/browser-extensions.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/browser-extensions.md b/docs/browser-extensions.md index 901d95b5e..650279a86 100644 --- a/docs/browser-extensions.md +++ b/docs/browser-extensions.md @@ -36,6 +36,7 @@ Don't install extensions which you don't immediately have a need for, or ones th - [:simple-firefoxbrowser: Firefox](https://addons.mozilla.org/firefox/addon/ublock-origin) - [:simple-googlechrome: Chrome](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm) - [:fontawesome-brands-edge: Edge](https://microsoftedge.microsoft.com/addons/detail/ublock-origin/odfafepnkmbhccpbejgmiehpchacaeak) +- [:fontawesome-brands-opera: Opera](https://addons.opera.com/en/extensions/details/ublock/) @@ -54,7 +55,7 @@ uBlock Origin also has a "Lite" version of their extension, which offers a limit - ...you don't want to grant full "read/modify website data" permissions to any extensions (even a trusted one like uBlock Origin) - ...you want a more resource (memory/CPU) efficient content blocker[^1] -- ...your browser only supports Manifest V3 extensions. This is the case for Chrome [^2] , Edge and most Chromium browsers. +- ...your browser only supports Manifest V3 extensions. This is the case for Chrome[^2].
@@ -119,6 +120,6 @@ Additional filter lists do slow things down and may increase your attack surface [^1]: uBlock Origin Lite *itself* will consume no resources, because it uses newer APIs which make the browser process the filter lists natively, instead of running JavaScript code within the extension to handle the filtering. However, this resource advantage is only [theoretical](https://github.com/uBlockOrigin/uBOL-home/wiki/Frequently-asked-questions-(FAQ)#is-ubol-more-efficient-cpu--and-memory-wise-than-ubo), because it's possible that standard uBlock Origin's filtering code is more efficient than your browser's native filtering code. This has not yet been benchmarked. -[^2]: A [workaround](https://github.com/uBlockOrigin/uBlock-issues/discussions/3690#discussioncomment-14548779) stil exists as of early December 2025. +[^2]: [Brave](https://brave.com/blog/brave-shields-manifest-v3/) and [Opera](https://xcancel.com/Opera_Security/status/2066543496001888753) have committed to maintain MV2 support for as long as they're able to. [^3]: This is starting to change, as MV3 extensions can now request to use scripts. This has enabled [AdGuard](https://adguard.com/en/blog/adguard-browser-extension-v5-2.html) to propose to import custom filters list by the url, as opposed to having to manually paste the rules, as is the case with uBOL.