Skip to content
🔽 1.4.0 - 2024-01-26 🔽
========================

# General

- Add support for an inline CSS action on elemhide emulation filters with the
  syntax `example.com#?##elem-id {property: value;}`. Multiple properties can be
  included inside the curly braces. These filters are only allowed for privileged
  subscriptions. (EE-261)
- Dramatically improved the performance on single-page websites that are
  using History API (eg. Youtube). Reapplied "Content filters are now
  updated via the `history.pushState()` event, when single page apps
  navigate using the browser's history API (EE-14, EE-90)". (EE-300, EE-303)

# Fixes

- Fixed a bug where $document filters were not being applied to iframes if the
  source URL of that iframe is set via javascript. (EE-307)