1.32.0
gorhill/uBlock1.32.0Dec 22, 2020by github-actions[bot]
Full Release Notes
[Commits to master since this release](https://github.com/gorhill/uBlock/compare/1.32.0...master)
[Commits since last release](https://github.com/gorhill/uBlock/compare/1.31.2...1.32.0)
To install the stable build:
- **Firefox**: Click [uBlock0_1.32.0.firefox.signed.xpi](https://addons.mozilla.org/firefox/downloads/file/3698525/ublock_origin-1.32.0-an+fx.xpi)
- [uBO works best on Firefox](https://github.com/gorhill/uBlock/wiki/uBlock-Origin-works-best-on-Firefox).
- **Chromium**: Install from the Chrome store (CWS): <https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm>
- For Chromium version 54 and older, it is necessary to enable "Experimental JavaScript" at `chrome://flags/#enable-javascript-harmony`.
- **Edge**: Install from Microsoft Store: <https://microsoftedge.microsoft.com/addons/detail/odfafepnkmbhccpbejgmiehpchacaeak>
- The Microsoft Store version of uBO is published by [Nik Rolls](https://github.com/nikrolls/uBlock-Edge)
- **Opera**: Install from Opera addons: <https://addons.opera.com/en/extensions/details/ublock/>
---
## New:
Ability to launch element picker into embedded frames, through a new _"Block element in frame..."_ entry in the contextual menu.
Support for `match-case` filter option, but only for regex-based static network filters.
Ability to auto-complete (<kbd>Ctrl</kbd>-<kbd>Spacebar</kbd>) hostname values for origin-related options in static filter editor according to currently opened tabs.
## Changes:
### Dynamic filtering
Noop-ing a blocked _3rd-party_ cell will cause uBO to immediately attempt to reload blocked stylesheets, if any. This will also occurs when the noop-ing is done through the _"relax blocking mode"_ shortcut, in which case uBO will no longer force a reload the whole page. You can restore the previous behavior by modifying the [advanced setting `blockingProfiles`](https://github.com/gorhill/uBlock/wiki/Advanced-settings#blockingprofiles).
## Closed as fixed:
### Core
- [GitHub dark mode makes whole page invisible when element picker is active](https://github.com/uBlockOrigin/uBlock-issues/issues/1408)
- [:watch-attr() stopped working](https://github.com/uBlockOrigin/uBlock-issues/issues/1392) (regression in [1.30.0](https://github.com/gorhill/uBlock/releases/tag/1.31.0))
- [uBO should ignore `redirect=` directives with unrecognized redirect token](https://github.com/uBlockOrigin/uBlock-issues/issues/1366)
- [Can't load the images](https://github.com/uBlockOrigin/uBlock-issues/issues/1365)
- [Reverse lookup partially fails for a filter redirecting to empty media resource](https://github.com/uBlockOrigin/uBlock-issues/issues/1358)
- [Add AdGuard's "$removeparam" as an alias for "$queryprune"](https://github.com/uBlockOrigin/uBlock-issues/issues/1356)
- [Network error entries in the logger are no longer colored in red](https://github.com/uBlockOrigin/uBlock-issues/issues/1349)
- [Support parsing "Homepage:" list header for custom lists](https://github.com/uBlockOrigin/uBlock-issues/issues/1346)
- [Please change the dashboard icon to a gear](https://github.com/uBlockOrigin/uBlock-issues/issues/1319)
- [Improve source & destination sorting in "My rules" settings pane](https://github.com/uBlockOrigin/uBlock-issues/issues/1293)
- [uBO badge counter doesn't work when network requests originate from service-workers](https://github.com/uBlockOrigin/uBlock-issues/issues/1204)
- [Convert "$rewrite=abp-resource" into "$redirect"](https://github.com/uBlockOrigin/uBlock-issues/issues/857)
- [Migrate icons to FontAwesome svg files (from the font file)](https://github.com/uBlockOrigin/uBlock-issues/issues/249)
- [Element picker works incorrectly on mail.com](https://github.com/gorhill/uBlock/issues/1744)
### Notable commits without an entry in the issue tracker
- [Fix case of scriptlet injection not working in `about:` frames](https://github.com/gorhill/uBlock/commit/990cff576de131488734050331348714050d1ff8)
- [Add new scriptlet: no-fetch-if](https://github.com/gorhill/uBlock/commit/ba11a700139bbc648e4ae5b2bc7af90ef03db5df)
- [Add support for `match-case` option; fine-tune behavior of `redirect=`](https://github.com/gorhill/uBlock/commit/eae7cd58fe679d6765d62bb6c01e296d5301433a)
- [Add support to auto-complete values of domain lists](https://github.com/gorhill/uBlock/commit/daf464b3c30e9c0c5f5991ba1bde8f9dca1d7078)
- [Improve representation of modifier filters in logger](https://github.com/gorhill/uBlock/commit/13f6bdae37e4196cee37dcf6f322877d0f1f657f)