1.36.0
gorhill/uBlock1.36.0Jun 19, 2021by github-actions[bot]
Full Release Notes
[Commits to master since this release](https://github.com/gorhill/uBlock/compare/1.36.0...master)
[Commits since last release](https://github.com/gorhill/uBlock/compare/1.35.2...1.36.0)
To install the stable build:
- **Firefox**: Click [uBlock0_1.36.0.firefox.signed.xpi](https://addons.mozilla.org/firefox/downloads/file/3798731/ublock_origin-1.36.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/>
---
## Closed as fixed
### Chromium
- [uBlock does not load adminSettings at first run](https://github.com/uBlockOrigin/uBlock-issues/issues/1547)
### Firefox
- [Bizarre perf drain when ajaxing in 90,000 DOM nodes in a react component](https://github.com/uBlockOrigin/uBlock-issues/issues/1620)
### Core
- [Google Tag Manager eventCallback in a populated dataLayer not called](https://github.com/uBlockOrigin/uBlock-issues/issues/1629)
- [Countering a removeparam filter causes page-redirect problem](https://github.com/uBlockOrigin/uBlock-issues/issues/1626)
- [Asset viewer shows no space between !#endif and a comment line in uBlock's list](https://github.com/uBlockOrigin/uBlock-issues/issues/1603)
- [Text in Manage Extension Shortcuts includes escaped `­`](https://github.com/uBlockOrigin/uBlock-issues/issues/1570)
- [In popup, the Reload button becomes immediately hidden if re-enabling the large power button too quickly](https://github.com/uBlockOrigin/uBlock-issues/issues/1461)
## Notable commits without an entry in the issue tracker
- [Add ability to linger for `remove-class` scriptlet](https://github.com/gorhill/uBlock/commit/2de24a11843df653173e50b9e952052361c64147)
- [Add empty array, object to set-constant scriptlet](https://github.com/gorhill/uBlock/commit/ce801b952b5777775385efc00479405af54edbc9)
- [Fix potential exception when casting to string](https://github.com/gorhill/uBlock/commit/07d3c96261656e44f674550fbde50da8f6a15acc)
- [Make googletagmanager_gtm.js an alias of google-analytics_analytics.js](https://github.com/gorhill/uBlock/commit/8cd2a1d263a96421487b39040c1d23eb01169484)
- [Ensure getter/setter are called with proper context](https://github.com/gorhill/uBlock/commit/e4b8f2ef2d0db2ef210e27b35849b0033809168d)
- [Allow filter list subscription through context menu](https://github.com/gorhill/uBlock/commit/001094580c0bd31ee007a301792f3e73c0ad48ab)
- [Keep reporting last time "out of date" lists were updated](https://github.com/gorhill/uBlock/commit/d0e4c60f59201217cfa7c04d65f20af46f75da69)
- [Fix improper hashing of rules in classic popup panel](https://github.com/gorhill/uBlock/commit/1f8a67f40eb7293dcb8f4eba9a21cc122dc0d0eb)