mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Procedural filters with `:xpath` operator were silently rejected at conversion time because the parser was failing to evaluate the xpath expression due to the absence of a `document` object in nodejs. If `document` object is not present, the parser will assume the xpath expression is valid. |
||
|---|---|---|
| .. | ||
| css-declarative.js | ||
| css-generic.js | ||
| css-procedural.js | ||
| css-specific.js | ||