Maxim Topciu
Maxim Topciu
Chrome has introduced a proposal for safe and unsafe rules, as detailed here: [link](https://github.com/w3c/webextensions/issues/319#issuecomment-1682073791). According to this article ([link](https://developer.chrome.com/blog/improvements-to-content-filtering-in-manifest-v3)), the proposal was implemented in Chrome 121. We should consider implementing...
@jlbrkntr commented on [Fri Oct 28 2022](https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2220) Please make it possible to hide the counter that shows the number of blocked ads on the extension icon for the experimental manifest...
https://github.com/AdguardTeam/Scriptlets/issues/377
TSUrlFilter is currently not as efficient as it could be. It would be better to parse rules into AST once and use this AST in the converter, rule creation, and...
@AdamWr commented on [Wed Apr 06 2022](https://github.com/AdguardTeam/AdguardBrowserExtension/issues/2037) ### Issue Details - **AdGuard version:** - 4.0.141/4.0.160 - **Browser and version:** - Chrome ### Steps to reproduce 1. Add this rule to...
This problem occurs because the filter does not follow the version format. Version should be defined via integer number like `Version: 123` or in [semver](https://semver.org/) format `Version: 1.2.3` I'm going...
Chrome released possibility to rollback extensions https://developer.chrome.com/docs/webstore/rollback Will this tool support testing of rollback?