Skip to content
📣 1.3.0 - 2024-01-03 📣
========================

- Added wildcard domains support for content filtering in elemHide. (EE-248)
- URL filters with wildcards (.*) are no longer converted into DNR rules
  as Chromium does not support it. (EE-274)
- Exposed a new `EWE.filters.normalize()` function. (EE-11)
- Add support for a "remove" action on elemhide emulation filters with the
  syntax `example.com#?##elem-id {remove: true;}`. Matched elements will be
  removed from the DOM, rather than just hidden. (EE-255)
- Elemhide emulation filters with the "remove" action now emit `onBlockableItem`
  events when the element is removed, the same as normal element hiding
  filters. They can be distinguished from normal element hiding because the
  filter has the property `remove` set to `true`. (EE-293)

- Fixed not sending a notification when subscription downloading is finished. (EE-285)

- This engine now supports up to:
  - Chromium 120
  - Edge 120
  - Firefox 120