1.53.0
Commits to master since this release
Commits since last release
To install the stable build:
- Firefox: Click uBlock0_1.53.0.firefox.signed.xpi
uBO works best on Firefox. - Chromium: Install from the Chrome store: https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm
- Edge: Install from Microsoft Store: https://microsoftedge.microsoft.com/addons/detail/odfafepnkmbhccpbejgmiehpchacaeak
The Microsoft Store version of uBO is published by Nicole Rolls - Opera: Install from Opera addons: https://addons.opera.com/en/extensions/details/ublock/
Fixes / changes
- Add additional set-cookie names (by @ryanbr)
- Improve google-ima shim script (by @kzar)
- Match
type
exactly inprevent-addEventListener
scriptlet - Add filtering expressions for logger output
- Add warning against adding custom filters from untrusted sources
- Consider My filters an untrusted source by default
- Add
trusted-prune-inbound-object
scriptlet - Add
dontOverwrite
vararg to(trusted-)set-cookie
scriptlets - Add "on" and "off" values to set-cookie (by @peace2000)
- Fine tune
set-local-storage-item
as per feedback - Support AdGuard's
[trusted-]set-cookie-reload
scriptlets - Ignore assets older than cached version when fetching from CDNs
- Support quoting scriptlet parameters with backticks
- Add new static network filter option:
urltransform
- Support pane: mark lists as obsolete only when update button is clicked
- Bring
header=
filter option out of experimental status - Add
trusted-click-element
scriptlet - Add ability to update lists through links with specifically crafted URLs
- Fix overzealous matching in
(remove|replace)-node-text
scriptlets - Fix
no-xhr-if
scriptlet for Firefox - Support restoring from
application/json
file - Use safe versions of
Math.floor
/Math.random
in scriptlets - Improve
google-ima.js
surrogate - Add
stackToMatch
vararg tojson-prune
-related scriptlets - Reduce race conditions in scriptlet injection on Firefox
- Add scriptlet aliases for compatibility with AdGuard lists
- Remove unmaintained urlhaus PUP filter list
- Use AG version of urlhaus list
- Minor code review of scriptlets