HTML filters are rare, but a category of their own, separate from network and from cosmetic filters. E.g. `example.org$$script[data-src="banner"]` should delete script element with matching `data-src` attribute
Activity
Merge pull request #439 from brave/code_structure_5
maxmilton commentedon Apr 27, 2025
Are you talking about uBO's HTML filter syntax? Because your example seems different from uBO's documentation: https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#html-filters. Maybe the syntax changed since this issue was created?
Example from uBO:
I'd like to see this implemented.