Skip to content

2.2.3 Beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@zzebrum zzebrum released this 20 Nov 09:53
· 22 commits to master since this release
c6dd382

Disclaimer Adguard for Mac is not an open source project. We use GitHub as an open bug tracker for users to see what developers are working on.

We’re making final touches in our preparation for v2.2 release: a few minor changes and the ever present CoreLibs update. This time, there’s a couple of really important CL changes:

[Added] Scriptlets support

Scriptlets is a powerful ad blocking instrument. You can say that scriptlet is an internal script (a mini-program) that we install with the app, and then execute that script with the help of filtering rules. Putting it simply, scriptlets allow us to modify how the code of the web page behaves. As for the practical use, this helps to block anti-ad blockers, for example, and in some other cases.

[Added] $redirect and $rewrite modifiers support

They are practically the same modifiers, and they allow to substitute resources. If you are not a custom filtering rules aficionado, don't bother with it. Just know that it is yet another instrument in the hands of filter developers that helps to block ads more efficiently.

We should mention that both $redirect and $rewrite modifiers are still kind of working in test mode, but they are fully operational and you should feel free to use them.

  • [Changed] Edge icons have been updated #641
  • [Changed] Opera Beta and Opera Dev added to the list of apps filtered by default #621
  • [Fixed] AdGuard icon is invisible #527
  • [Fixed] Remotix compatibility issues #592
  • [Fixed] Custom userscripts can’t resolve URLs with non-English symbols #640
  • [Improved] CoreLibs has been updated to v1.5.130 #645
  • [Improved] AdGuard now can parse Last modified parameter of custom filters #409