Commits to master since this release
To install the developer build:
- Firefox: Click uBlock0_1.44.3b6.firefox.signed.xpi
- Chromium: Install from the Chrome Web Store (CWS): https://chrome.google.com/webstore/detail/ublock-origin-dev-build/cgbcahbpdhpcegmbfconppldiemgcoii.
- Thunderbird: Download uBlock0_1.44.3b6.thunderbird.xpi, then drag-n-drop it into Thunderbird's Add-ons Manager pane (Thunderbird 78+ required)
- Node.js: Import from npm, or download and unzip uBlock0_1.44.3b6.npm.tgz.
- uBO Lite, an experimental permission-less MV3-based version
Details
- The primary goal of this version is to avoid requiring broad "Read and change all your data on all websites" permission, it is intentionally bare as a result. Note that a permission-less content blocker is not possible under MV2.
- Install from the Chrome Web Store (CWS): https://chrome.google.com/webstore/detail/ddkjiahejlhfcafbddmgiahcphecmpfh
- A Firefox version will be published once it supports the required API.
Fixes
- Fix broken :not() operator when forcing parsing as procedural
- Add support to report/filter SVG image elements in element picker
- Add original Firefox-authored google-ima shim script
- element-picker: Declare we support both light and dark color-schemes by @emilio
- Redesign document-blocked page
- Make popup panel reflect state of the actual blocked page
- Unescaped escaped commas in regex-based removeparam values
- Fix redundant calls to extract image data
- Extend matches-css() to support any pseudo-element
MV3
- Renamed "uBO Lite" from "uBO Minus"
- Added ability to enable/disable filter lists
- Added support for i18n
- Added support for optional permissions through new button in popup panel. Consequences:
- Added support for specific plain CSS-based cosmetic filtering
- Fixed dark theme issue