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

Certain types of exception rules do not work #37

Open Eugene706 opened 1 year ago

Eugene706 commented 1 year ago

I added a rule like this @@||youtube.com^$elemhide,generichide but ads on youtube are still blocked. Am I doing something wrong or this is a bug?

105th commented 1 year ago

@Eugene706 hello! We currently do not support $elemhide (this modifier does not seem to be supported at all in MV3) and have not implemented $generichide, but we plan to add $generichide in the future.

The full list of restrictions available here. I suppose we should add a link to it in the current repository with the MV3 extension.

Eugene706 commented 1 year ago

@105th Is there any way to disable style rules on a domain without using the declarativeNetRequest api now?

105th commented 1 year ago

@Eugene706 this repository actually contains an experimental version of our main AdGuard ad-blocking extension, but which only uses Declarative Net Request. So if you want to use an extension without declarativeNetRequest - you should use our main extension. We will definitely improve MV3 version, but at the moment we are focusing on other tasks.