AdguardTeam / AdGuardMV3

AdGuard browser extension prototype based on the new Manifest V3
https://adguard.com/
GNU General Public License v3.0
144 stars 14 forks source link

Problem with ad blocking while disabling it via popup #40

Closed Eugene706 closed 1 year ago

Eugene706 commented 1 year ago
  1. If you disable ad blocking on the main domain and then navigate to a subdomain, the ad blocking will also not work there. For example, yahoo.com -> news.yahoo.com.
  2. If you disable ad blocking on a website where there is ad within an iframe, then instead of the ad, there will be an empty space Screenshot 2023-04-18 at 11 11 20
Birbber commented 1 year ago

Hello. Sorry for the late reply. Disabling filtering doesn't work the same way it does in regular extension: it adds $document rule, which disables filtering on the chosen domain and all subdomains. You can read about it here. For now it's not clear whether this behavior will be changed in the future. As for the empty spaces, it's not reproducible: it's seen for a slight moment but then the ad loads normally.