1.31.2
Commits to master since this release
Commits since last release
To install the stable build:
- Firefox: Will not be submitted
- uBO 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
.
- For Chromium version 54 and older, it is necessary to enable "Experimental JavaScript" at
- Edge: Install from Microsoft Store: https://microsoftedge.microsoft.com/addons/detail/odfafepnkmbhccpbejgmiehpchacaeak
- The Microsoft Store version of uBO is published by Nik Rolls
- Opera: Install from Opera addons: https://addons.opera.com/en/extensions/details/ublock/
This minor release benefits Chromium-based browsers. Chromium 87 added the long time missing tabs.removeCSS()
API, which uBO uses:
- To enable the real-time toggling of cosmetic filters through the no-cosmetic-filtering switch;
- To enable visualization of hidden elements in DOM inspector.
But the call to tabs.removeCSS()
was still failing in uBO due to Chromium being more strict regarding the arguments passed to the API.