Open scripthunter7 opened 2 weeks ago
ABP introduced a new syntax for removing elements, which looks like this:
##<css-selector> {remove:true;} #?#<extended-css-selector> {remove:true;}
Its also can be used as CSS injection:, e.g:
abptestpages.org##.testcase-inline-css-ehe {background-color: #c70d2c;} abptestpages.org#@#.testcase-inline-css-ehe
Reference: https://github.com/AdguardTeam/AGLint/issues/224
We should add support as Andrey asked in https://github.com/AdguardTeam/AGLint/issues/224#issuecomment-2471126214
No response
Issue Details
ABP introduced a new syntax for removing elements, which looks like this:
Its also can be used as CSS injection:, e.g:
Reference: https://github.com/AdguardTeam/AGLint/issues/224
Proposed solution
We should add support as Andrey asked in https://github.com/AdguardTeam/AGLint/issues/224#issuecomment-2471126214
Alternative solution
No response