github AdguardTeam/AdguardBrowserExtension v5.3.0.8-beta
5.3.0.8 beta

pre-release6 hours ago

This release strengthens the foundation of the extension, focusing on what matters most — speed, reliability, and smooth performance in the new MV3 environment.

Faster filtering engine startup

The filtering engine, known as TSUrlFilter, powers the extension, blocking unwanted content and keeping pages clean. With this update, the engine starts up twice as fast, so the extension runs smoother, and remains stable even after background restarts.

Native :has support

To block and hide page elements, the engine uses CSS selectors — a fast and reliable way to keep pages clean. Previously, :has selectors were injected by the extension itself using extended CSS. Now, where supported, the engine uses the browser’s built-in :has selector instead. This makes filtering more stable and predictable, while also reducing the load on the system.

Improved HTML filtering

A single filtering method is usually not enough on its own. When ads or other elements try to blend in with page content, HTML filtering comes in handy. It works directly with the page’s structure to detect and remove such elements. This update improves HTML filtering and brings it in line with the latest CoreLibs version, offering more accurate handling of :contains rules.

Restored csp_report blocking

Lastly, about our ongoing work with MV3. After moving to the new architecture, the blocking of csp_report requests stopped working, which could let websites collect additional data on blocked content and user activity. This update restores csp_report blocking in an MV3‑compatible way, bringing back the same level of protection and improving user privacy.

Changelog

Improvements

  • Improved the readability of exported JSON files with settings by beautifying their structure #3069
  • Added support for the :has() pseudo-class as standard CSS when no other extended pseudo-classes are used in the selector, or when the #?# separator is explicitly specified #2587
  • Improved readability of filter update logs and added version information before and after updates #2934
  • Improved feature names and descriptions in Tracking protection (MV2)
  • Improved filtering log performance by optimizing rule text retrieval

Fixes

  • Repeated notifications when the dynamic rules limit is reached
  • Network rules with the $important modifier are applied even when protection is disabled #3227
  • The Save button becomes active before the previous save operation is completed when editing User rules or Allowlist #3151
  • Some requests are blocked in Inverted allowlist even when no websites are added to Allowlist #3193
  • Filters are enabled after settings import when enabled-filters is empty
    #3136
  • The “Settings applied” notification appears before the settings are actually applied #3278
  • The “Preserve log” option does not retain all records in the Filtering log #3148
  • Tracking protection is disabled in MV3 extension when protection is paused
  • $document blocking rules are applied even when a specific exception rule is present #3262
  • Blocked iframes are not collapsed in Firefox #3116
  • The extension throws an unexpected error when accessing [::]:8000 #3360
  • Toggle does not work in User rules fullscreen mode #3365
  • Original rule text is displayed incorrectly in the Filtering log after rule conversion

TSUrlFilter (AdGuard Browser Extension filtering engine)

  • Updated @adguard/tsurlfilter to v4.0.0
  • Added full CSS selector syntax support in HTML filtering rules
    #96

TSWebExtension (Library wrapper for Browser API and TSUrlFilter)

  • Updated @adguard/tswebextension to v4.0.0

How to install beta:

Don't miss a new AdguardBrowserExtension release

NewReleases is sending notifications on new releases.