You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AdGuard for Windows groups all cosmetic filters applied into single log entry. It would be great to be able to see individual cosmetic filters that were applied like AdGuard Chrome Extention displays.
The is the same website using same filter list, first using AG for Windows, and second using AG Chrome Extension. Notice the yellow log entries for AG for Windows that states 9 rules were applied, but the AG Chrome Extension list all 9 yellow log entries.
Your environment
AG Version: Latest AG for Windows nightly as at 2 April 2019
Environment name and version: Google Chrome Version 73.0.3683.86 (Official Build) (64-bit)
Operating system and version: Windows 10
The text was updated successfully, but these errors were encountered:
Unfortunately, this is impossible in AGW due to the fact that all the cosmetic rules, which can be even theoretically related to the request, injected into the HTML page and only then some of them modify DOM. AGW cannot detect what particular rules were applied to the page (i.e. to the HTML's DOM), while AG Chrome extension can (because of another work principle)
AdGuard for Windows groups all cosmetic filters applied into single log entry. It would be great to be able to see individual cosmetic filters that were applied like AdGuard Chrome Extention displays.
The is the same website using same filter list, first using AG for Windows, and second using AG Chrome Extension. Notice the yellow log entries for AG for Windows that states 9 rules were applied, but the AG Chrome Extension list all 9 yellow log entries.
Your environment
The text was updated successfully, but these errors were encountered: