1.33.0
gorhill/uBlock1.33.0Jan 29, 2021by github-actions[bot]
Full Release Notes
[Commits to master since this release](https://github.com/gorhill/uBlock/compare/1.33.0...master)
[Commits since last release](https://github.com/gorhill/uBlock/compare/1.32.4...1.33.0)
To install the stable build:
- **Firefox**: Click [uBlock0_1.33.0.firefox.signed.xpi](https://addons.mozilla.org/firefox/downloads/file/3717560/ublock_origin-1.33.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>
- **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
Many new managed storage properties to make it easier for administrators to configure uBO through policies -- see [related documentation](https://github.com/gorhill/uBlock/wiki/Deploying-uBlock-Origin:-configuration).
Minimum browser version has been increased to:
- Chromium 55.0
- Firefox 57.0
## Closed as fixed:
### Firefox
- [click2load.html fails to load CNAME-3p frames after click on tagesschau.de](https://github.com/uBlockOrigin/uBlock-issues/issues/1455)
### Core
- [Only filtered part of rules is uploaded to cloud storage](https://github.com/uBlockOrigin/uBlock-issues/issues/1472)
- [remove-attr does not always work](https://github.com/uBlockOrigin/uBlock-issues/issues/1445)
- [Add AdGuard's noopvmap-1.0 equivalent as a redirect resource](https://github.com/uBlockOrigin/uBlock-issues/issues/1425)
- [Using an alias for custom scriptlet in my Filters pane is seen as invalid](https://github.com/uBlockOrigin/uBlock-issues/issues/1419)
- [Third party is not detected (or not exposed to the user)](https://github.com/uBlockOrigin/uBlock-issues/issues/1241)
## Notable commits without an entry in the issue tracker
- [Add any-delay to timeout/interval boosters](https://github.com/gorhill/uBlock/commit/001f5a650084ffa4842f9361bc975ca724bd69ba)
- [Improve neutered `adsbygoogle` scriptlet](https://github.com/gorhill/uBlock/commit/0934779f4b653007f27b330afb5bceb567a13c36)
- Expand managed storage for admins:
- [Add `userSettings` entry to managed storage](https://github.com/gorhill/uBlock/commit/6eb1246508620e188adca1fa224551f4a5135e40)
- [Add `toOverwrite.filters` entry as managed storage property](https://github.com/gorhill/uBlock/commit/649b3480e083730e647043099a0f9aebaaa80d80)
- [Add `toOverwrite.filterLists` property to managed storage](https://github.com/gorhill/uBlock/commit/0e3071dd500f13f689588a9bdf7cbc0e00305ef8)
- [Adding to and further reviewing admin-managed settings](https://github.com/gorhill/uBlock/commit/cc9c45f1e4739e3757d3b82a7690575c890ba1f5)
- [Add support for admin-managed hidden settings](https://github.com/gorhill/uBlock/commit/c1130ec8438da5fcc1a0d552ae42328d3102dcc6)
- [Add ability to lookup effective context from store of frames](https://github.com/gorhill/uBlock/commit/114012ae119062b9bfee50a418cf185d276059a5)
- [Just extract token from queryprune -- don't create pattern](https://github.com/gorhill/uBlock/commit/c2357c5cd6070e310292f0d18ab1c8faefa67d20)
- [Fix word-based selection in filter list editor/viewer](https://github.com/gorhill/uBlock/commit/6d3ad553b47805ad9eb9e9f5f75e9380b740e39d)
- [Fix potentially missing context in logger for `popup` entries](https://github.com/gorhill/uBlock/commit/b05347708710ed940f966cd500afb72a1ef9fba1)
- [Improve extraction of tokens from regex-based filters](https://github.com/gorhill/uBlock/commit/426395aa0373249cda1f2ca4bb69b4f7a5f33722)
- [Upgrade CodeMirror library to 5.59.0 (from 5.46.0)](https://github.com/gorhill/uBlock/commit/5d617484e5025dc32165c30b530127c45db31703)