uBlock Origin 1.17.3rc3
Assets
- uBlock0.chromium.zip 2.29 MB
- uBlock0.firefox.signed.xpi 2.29 MB
- Source code (zip)
- Source code (tar.gz)
To install the developer build:
-
Firefox: click this link and then click the
uBlock0.firefox.signed.xpi
link above - Chromium: Install from the Chrome store: click this link
These developer builds will auto-update when a newer developer build become available.
Notes
I will keep bringing in WebAssembly ("wasm") versions of key portions of code where it is found to be beneficial.
In this release, a wasm version of the algorithm used to lookup a hostname from a set of hostnames has been created.
However, only the Firefox version of uBO benefits from this at this point, as it's is not possible to use wasm in
the Chromium version without adding 'unsafe-eval'
to the extension's own Content Security Policy in its
manifest -- which is not something I am willing to do (my view is that any extension using 'unsafe-eval'
should be assumed malicious by default). It works in Firefox because the wasm module is loaded using a same-
origin fetch, meaning the module can only be loaded from uBO's own package, which is probably what
Closed as fixed
Chromium
- Fixed regression in dev build, potentially causing "Save As..." of images or media to fail.
Firefox
-
When pasting multiple lines into the rules editor they are joined together in a single line
- Fixed by importing latest release of CodeMirror.
Core
- Fix missing trailing asterisk in filter representation in the logger
- No context menu entry for data:* iframes (banners)
- UI Search field and it's search counter interfere with each other / unreadable
- "Update now" button flashes for 1 second before changing the count numbers
- Improve usability of temporarily disabling strict-blocking
- HTML filter exception doesn't work
- $badfilter does not work on a CSP filter