1.43.0
gorhill/uBlock1.43.0Jun 9, 2022by github-actions[bot]
AI Summary
A maintenance release removing support for the deprecated 'classic' popup panel and improving frame transparency in the element picker.
Key Highlights
- Remove support for deprecated 'classic' popup panel
- Element-picker: Ensure frame background is transparent
- Update popup url
- Prevent CSS transform on element picker layer
Full Release Notes
[Commits to master since this release](https://github.com/gorhill/uBlock/compare/1.43.0...master)
[Commits since last release](https://github.com/gorhill/uBlock/compare/1.42.0...1.43.0)
To install the stable build:
- **Firefox**: Click [uBlock0_1.43.0.firefox.signed.xpi](https://addons.mozilla.org/firefox/downloads/file/3961087/ublock_origin-1.43.0.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>
- **Edge**: Install from Microsoft Store: <https://microsoftedge.microsoft.com/addons/detail/odfafepnkmbhccpbejgmiehpchacaeak>
- The Microsoft Store version of uBO is published by [Nicole Rolls](https://github.com/nicole-ashley/uBlock-Edge)
- **Opera**: Install from Opera addons: <https://addons.opera.com/en/extensions/details/ublock/>
---
## Fixes:
- [Element-picker: Ensure frame background is transparent](https://github.com/gorhill/uBlock/commit/51983afb0e6713c5b1a3a5995b6881bcabeda9c3) (by @emilio)
- [Update popup url](https://github.com/gorhill/uBlock/commit/614b8328e93de07981d49b05aa613d071ce794d2) (by @u-RraaLL)
- [Also dispatch loadend event in case of match](https://github.com/gorhill/uBlock/commit/b76d7c6af6522d0144faa356ee494d58b71218ee)
- [Remove support for deprecated "classic" popup panel](https://github.com/gorhill/uBlock/commit/cef36518edd4d6ca4b3278493cb93329b0833408)
- [Prevent CSS transform on element picker layer](https://github.com/gorhill/uBlock/commit/12e37aae5435ed0e009fa6e05b5db33b9b281c2c)
- [Report specific filter before generic one](https://github.com/gorhill/uBlock/commit/83d028ac7d974ff264e3f8d67c2f1e2237dabcb3)
- [Better highlight bad hostnames in static extended filters](https://github.com/gorhill/uBlock/commit/93125a466a994797f7c3d81a24a26d4568388f1c)
- [Avoid using Element.classList in DOM surveyor](https://github.com/gorhill/uBlock/commit/14233307030b97b1be45ed5ef901f3dc036122b4)
- [Improve logger accuracy re. reported injected scriptlets](https://github.com/gorhill/uBlock/commit/efe2e0c78a25e71eea616035384c185c453378c0)