github AdguardTeam/AdguardBrowserExtension v2.1.5
2.1.5

latest releases: v4.3.46, v4.3.46-beta, v4.3.44-beta...
8 years ago

We are finally ready to release this major update of Adguard browser extension! We have made a lot of improvements and important fixes since the first beta version.

Safari Content Blocker API #16

You may have heard that Safari has introduced a new API designed specifically for ad blockers. It works for both OS X and iOS and thanks to this API you can now use Adguard for iOS. Now it's time for big brother to use it as well. If you use Safari 9 or later, Adguard will use a new API instead of the old one. Users of Safari 7-8: please don't worry, we still support these.

New API has some pros and cons.

Pros:

  • We are now able to block any web request. With an old API (due to the nature of that API) we could miss some video ads.
  • It seems faster than the old API. Safari developers were focused on performance while developing that API.

Cons:

  • Content Blocker rules syntax is not 100% equivalent to Adguard filters syntax. This means that a small part of our rules won't work. That's why we have added new Adguard Safari Filter, which single purpose is to fix the issues with missing rules.
  • Filtering Log and blocked items counter cannot be implemented using new API: #160.
  • There is a weird limitation on the rules number. You can't use more than 50000 rules. Due to that limitation we have implemented the "optimized" filters option (you can learn more about it below).

Back to old API

Some of you may want to stick to old API because of these cons. It is possible with a special setting switching Adguard back to old API: #143

To change this setting go to "Safari" - "Preferences..." - "Extensions" and select Adguard. Switching between APIs require browser restart.

Old API is deprecated and will be removed in one of the future Safari versions.

An option to use "optimized" filters #68

A long time ago we have added an option (turned off by default) that allows you to send us "ad filters usage statistics". This statistics allows us to optimize existing filters and clean up redundant rules. But what's more important, it allowed us to use special "optimized" filters in Adguard for iOS and Android. App performance and memory usage depends on the filters size, so it is essential to use smaller filters there.

Now you can use the same optimized filters in Adguard browser extension. If you are concerned about extension performance and memory usage it is highly recommended to try this new option.

Just look at the screenshot below. One memory snapshot is done with default filters and the other with "optimized filters". The difference is astounding. With "optimized" filters memory usage is almost 40% lower.

Memory snapshots are made in Chromium. First shows, that AG uses 17.7MB with default filters. Second, that AG uses 11.1MB with "optimized" filters.

Domain security check in a "private" way #50

First let me tell how that check was done in the previous versions. For check if domain is phishing or malware, Adguard sent domain name to a special web service. This is a very simple and straightforward way, but it has a serious flaw. We could see the websites you visit. Of course we didn't use or save this information, but anyway, it does not look good, eh? From now on we use a new way that does not hurt your privacy in any way.

Now, instead of sending the whole domain name:

  1. Adguard calculates a 256-bit hash of the domain name.
  2. Then it sends first 32 bits of that hash to a web service and gets all matching hashes in response.
  3. Adguard checks if any of these hashes matches the domain hash.

As you can see, no sensitive information is being sent.

Other changes

[Added] Add $genericblock modifier support: #30
[Added] Add $generichide modifier support: #31
[Added] Add "Allow useful ads" item to the "thank you" page (NOTE: this is not acceptable ads by ABP, it has nothing to do with it, we do not accept money for getting to the whitelist): #113
[Changed] $elemhide rules should be applied to "Documents" only: #60
[Changed] $popup rules must be applied to "document" only: #79
[Changed] Display the actual number of the rules used by the extension: #78
[Changed] Increment "blocked items" counter every time: #83
[Changed] Refactor UI and background services communication: #26
[Changed] Update copyrights to 2016 everywhere: #125
[Fixed] Invalid rule is constructed by "Block ad on this website" feature: #122
[Fixed] User filter should be loaded first (before other filters): #117

Firefox

[Changed] Avoid blocking UI thread while initializing filter rules: #131
[Fixed] "Unsafe CPOW usage" in Firefox Nightly because of getTabForContentWindow method: #130
[Fixed] Avoid blocking UI thread while initializing filter rules: #131
[Fixed] Cannot disable ad blocking for a website in Tor Browser: #96
[Fixed] Error in FF console: Unable to run script because scripts are blocked internally: #45
[Fixed] Filter stats collection is broken when e10s is enabled: #36
[Fixed] Filtering log "Source" column is null for newly opened website: #38
[Fixed] Filtering Log in Firefox 38 ESR: Referrer is null for EACH request: #47
[Fixed] Filtering log is very slow on websites with 1k+ images: #137
[Fixed] No Adguard logs in Browser Console: #135
[Fixed] Sometimes preferences are not saved in Firefox for Android: #105
[Fixed] User filter export no more exports it to a new file: #136

Safari

[Fixed] Content script does not receive events from background page when page is preloaded by "Safari top hit": #159
[Fixed] The enabled property of SafariPrivateBrowsing is deprecated. Use the private property of SafariBrowserTab instead: #65

Chromium

[Changed] Use shadow DOM for CSS injections: #44

Minor issues

[Changed] Use higher resolution favicon on extension pages: #40
[Fixed] Sanitize "host" parameter on the "Access Denied" page: #72

How to install Stable version

Chromium

Firefox (version 30 or newer)

Safari

Opera

How to install Beta version

If you want to help us with Adguard development, you can install the beta version of Adguard.

Chromium

Firefox (version 30 or newer)

Old firefox versions (includes Palemoon)

Safari

  • Standalone safariextz file
    Important note: beta version of Adguard extension is updated from our server. In Safari 9+ such updates cannot be applied automatically, you should check "Safari" -> "Extensions" from time to time.

Don't miss a new AdguardBrowserExtension release

NewReleases is sending notifications on new releases.