Automatically convert :has
to :-abp-has
on filters build
#662
Labels
Enhancement
New feature or request
:has
to :-abp-has
on filters build
#662
Due to AdguardTeam/ExtendedCss#149 we may have a problem with
:has
rules in AdGuard.I would like to avoid pushing a hotfix to all AG products and wait until ExtCSS v2.0 is released.
I propose to modify FiltersRegistry and add some code that replaces
:has(
with:-abp-has(
everywhere.Here's how it should be done:
replaceInFilters
The text was updated successfully, but these errors were encountered: