1.73.0
HKUDS/CLI-Anything1.73.0Aug 5, 2026by github-actions[bot]
AI Summary
Focuses on improvements to scriptlets, logger whitespace preservation, and JSONPath compliance, along with a new scriptlet for clipboard write prevention.
Key Highlights
- Improved multiple scriptlets (proxy-apply, abort-current-script, prevent-addEventListener, trusted-click-element, prevent-bab)
- Logger now preserves whitespace characters
- Increased JSONPath compliance (RFC9535)
- Shim added for `piano-analytics.js`
- New `prevent-clipboard-write` scriptlet
New Features
- New `prevent-clipboard-write` scriptlet
- Shim for `piano-analytics.js`
- Improved logger whitespace handling
- Improved `proxy-apply` utility scriptlet
- Improved `abort-current-script` scriptlet
Full Release Notes
[Commits to master since this release](https://github.com/gorhill/uBlock/compare/1.73.0...master)
[Commits since last release](https://github.com/gorhill/uBlock/compare/1.72.2...1.73.0)
To install the stable build:
- **Firefox**: Install from AMO: <https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/>
[uBO works best on Firefox](https://github.com/gorhill/uBlock/wiki/uBlock-Origin-works-best-on-Firefox)
- **Chromium**: Install from the Chrome store: <https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm>
- [About Google Chrome's "This extension may soon no longer be supported"](https://github.com/gorhill/uBlock/wiki/About-Google-Chrome's-%E2%80%9CThis-extension-may-soon-no-longer-be-supported%E2%80%9D)
- As per [latest update from Google Chrome](https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline), "Aug 31st 2026: All remaining Manifest V2 extensions removed from the Chrome Web Store"
- **Edge**: Install from Microsoft Store: <https://microsoftedge.microsoft.com/addons/detail/odfafepnkmbhccpbejgmiehpchacaeak>
- **Opera**: Install from Opera addons: <https://addons.opera.com/en/extensions/details/ublock/>
---
- [[logger] Preserve whitespace characters](https://github.com/gorhill/uBlock/commit/ef981d09b5)
- [Improve `proxy-apply` utility scriptlet](https://github.com/gorhill/uBlock/commit/be3bb05fce)
- [Improve `abort-current-script` scriptlet](https://github.com/gorhill/uBlock/commit/84e4bd7659)
- [Improve `prevent-addEventListener` scriptlet](https://github.com/gorhill/uBlock/commit/89fe40d73f)
- [Add shim for `piano-analytics.js`](https://github.com/gorhill/uBlock/commit/5dab3cbd24)
- [Improve `trusted-click-element` scriptlet](https://github.com/gorhill/uBlock/commit/bdd39fe606)
- [Add `prevent-clipboard-write` scriptlet](https://github.com/gorhill/uBlock/commit/735f61b8a4)
- [Improve `prevent-bab` scriptlet](https://github.com/gorhill/uBlock/commit/6772215c35)
- [[jsonpath] Increase RFC9535 compliance](https://github.com/gorhill/uBlock/commit/b123c23a4f)
- [Dot notation before bracket notation is not valid](https://github.com/gorhill/uBlock/commit/028ffdbea3)