We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are two cases for this:
So the rule:
example.org$$script[defer]
should remove the element:
<script defer data-src="url"></script>
and the rule:
example.org$$div[some_attribute]
should remove both elements:
<div some_attribute="some_value">...</div> <div some_attribute="another_value">...</div>
Related CoreLibs task: AdguardTeam/CoreLibs#1934
The text was updated successfully, but these errors were encountered:
Also, do not forget to update versions that supports the new syntax in relevant section in Knowledge Base after implementing this.
Sorry, something went wrong.
maximtop
No branches or pull requests
There are two cases for this:
So the rule:
should remove the element:
and the rule:
should remove both elements:
Related CoreLibs task: AdguardTeam/CoreLibs#1934
The text was updated successfully, but these errors were encountered: