Closed slavaleleka closed 3 years ago
we have been removing quotes for background-image url while matching the element
but since there is no such restriction anymore (there are quoted in Safari, Chrome and Firefox) and due to uBO needs, we shall not remove the quotes + add support for rules with or without them (for non-regex pattern)
so for non-regex pattern we should use quotes in AdGuard filters lists in order to such rules supporting by uBO
@krystian3w commented on Tue Nov 24 2020
https://github.com/uBlockOrigin/uBlock-issues/issues/1359
uBO need this
"
and\
, to property hide "+11 elements" based on AdGuard Base::matches-css(background-image: /^url\("data/)
:matches-css(background-image: /^url\(data/)
:matches-css(background-image: /^url\("http/)
:matches-css(background-image: /^url\(http/)
after correction:
for now I can not found more glitched due
extended-css-selector.js
in AdGuard projects.@ameshkov commented on Tue Nov 24 2020
@slavaleleka take a look, please.