New Update AdGuard Browser Extension - Stable Updates Thread

Interesting.
Now ver.79.
The icon changes shape; there is a small white arrow at the top that notifies you of updates.
You can perform updates directly from the extension icon in the bar.

P.S.

So, if my assumption yesterday is correct, the AG Browser extension outperforms uBoL in terms of filter list updates, which requires the extension itself to be updated approximately once a week in order to update the filter lists.
 
AdGuard Browser Extension v5.2.400.x
AdGuard Browser Extension v5.2 brings several improvements to the app’s usability and appearance.

The most significant change is that now you can update your custom filters seamlessly with just one click. This became challenging after moving to MV3, but the function is back.

Also, we have added an animated loading icon for the extension popup, so now you can easily check if the extension is up and running.
 
AdGuard Browser Extension v5.2.500.x

Changelog​

  • A small fix that addresses the issue with the Update Notification appearing intermittently #3385
 
AdGuard Browser Extension v5.2.600.3
The extension now runs more smoothly thanks to this minor update, which fixes a number of bugs.

Fixes​

  • Move clipboardRead and clipboardWrite permissions to optional AND request them on User Rules Entry and Allowlist (mobile version) #3364
  • The extension doesn't work in browser 360 #3058
 
AdGuard Browser Extension 5.2.700.1
Our filter team sharpened their blades again. Ads stand no chance, and stability is up too.
 
AdGuard Browser Extension 5.3.0.8
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​

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​

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.
 
AdGuard Browser Extension 5.3.1.7
Just a routine update, but an essential one. We tightened things up behind the scenes to keep the extension stable.

Improved​

  • Updated internal filtering libraries: @adguard/agtree 4.0.1, @adguard/scriptlets 2.2.16, @adguard/tsurlfilter 4.0.2, @adguard/tswebextension 4.0.3.
  • Updated dnr-rulesets to 4.1.

Fixed​

  • Fixed extension freeze on startup. #3400
  • Fixed incorrect tooltip position in the Statistics chart. #3449
  • Fixed incorrect update indicator state in the popup and toolbar icon.
  • Fixed stale persisted update state after browser restart.

How to install MV3 stable:​

 
AdGuard Browser Extension 5.4.1.3
This update improves filtering reliability, makes settings easier to share, and adds helpful popups to keep things clear and predictable.

Filtering: Faster, stronger, better​

Custom filters in MV3 can now update independently from extension updates again, so ad blocking stays accurate and responds to changes more quickly.

We also fixed an issue where the extension would mistakenly accept HTML pages as filter lists when you added a custom filter by URL, causing the filter to fail silently. The extension now validates sources properly, preventing situations where a filter appears to be added but doesn’t actually work.

Beyond filter improvements, we’ve refined the Allowlist — the list of sites where blocking is disabled. Previously, if you added a full page URL (for example, copied straight from your browser’s address bar), the Allowlist might ignore it and keep blocking ads on that site. That’s no longer an issue — the extension now extracts the domain automatically, so your exclusions work as expected.......

More info:
Release 5.4.1.3 · AdguardTeam/AdguardBrowserExtension

Already available for Chromium.
 
AdGuard Browser Extension 5.4.3.1
Libraries updated, small bugs fixed. Check if the Internet looks cleaner — it should.

Changelog​

  • Fixed false-negative CSS selector validation for comma-containing selectors
  • Fixed wrong version in Firefox standalone
 
Like/upvote this issue on GitHub if you agree with the proposal.
Higher upvote = Higher priority
'Do Not Track' feature should be removed from the Tracking Protection section · Issue #3268 · AdguardTeam/AdguardBrowserExtension
The Berlin court is completely out of touch with modern software development. If developers built software based on court rulings, the web would still look like Windows XP.

This logic applies to any site using deprecated standards. For web filtering and development, we should align with W3C guidelines, not the outdated backend of a 2000 website.

This allows AdGuard to modernize its decade old stack, replacing DNT with GPC and preventing further technical debt.
👍 👍 Privacy Badger still suffers from the same old thinking in regard to DNT and GPC.
Do not send "Do not track" requests by default · Issue #2950 · EFForg/privacybadger
 
AdGuard Browser Extension 5.5.0.5
This release brings a streamlined user rule editor, the new Mail Tracking Protection filter, and a few quality-of-life upgrades for Chrome MV3.

Improved user rule editing​

The User rules section now uses RulesEditor instead of Ace. The new editor has two modes: List view, which displays your rules as a searchable list with checkboxes to quickly enable or disable individual rules, and Editor view for direct manual editing. An overflow menu in the top-right corner gives you quick access to Rule syntax help, Import, Export, and Delete all options.


Here’s what the old rule editor looked like:

Old rule editor


And here are the two modes — Editor view on the left and List view on the right — of our new editor.


New rule editor


The Allowlist section now also runs on RulesEditor and has an improved overflow menu.

New Mail Tracking Protection filter​

We’ve added a new Mail Tracking Protection filter that removes tracking pixels — invisible 1x1 images that are used to tell senders when an email has been opened. These trackers can’t be blocked by domain alone, since most email services proxy images through their own servers. Instead, this filter uses other signals to catch them without breaking legitimate images.


More accurate filter update dates​

Previously, the Filters tab in MV3 settings showed the extension’s update date for all filters, no matter when the filter itself was last updated. We updated the filter metadata handling so the Last updated field now shows the filter’s real update date.


$urltransform modifier for advanced users​

For advanced filter makers, v5.5 adds support for the $urltransform modifier. It lets a rule rewrite parts of a URL — like its path or query string — before the request goes out, including redirects handled through Chrome’s MV3 declarativeNetRequest API. This makes it possible to strip tracking parameters and other unwanted bits from URLs without blocking the request entirely.
 
AdGuard Browser Extension 5.5.1.0
This hotfix addresses a minor UI error on YouTube. One less thing cluttering your screen.

Fixes​

  • YouTube UI covered by white rectangles after updating to AdGuard v5.5.0.5 in Microsoft Edge #3599
 
AdGuard Browser Extension 5.5.2.3
The extension now runs more smoothly thanks to this minor update, which fixes a number of bugs.

Fixes​

  • User rules in editor view is empty after update #3598
  • Unanchored $urltransform patterns do not match query strings in MV3 #3600
  • "$removeparam for all query parameters" blocks whole site #3602
 

You may also like...