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. |
||
|---|---|---|
| .. | ||
| scripting | ||
| background.js | ||
| dashboard.js | ||
| ext.js | ||
| fetch.js | ||
| mode-manager.js | ||
| popup.js | ||
| ruleset-manager.js | ||
| scripting-manager.js | ||
| settings.js | ||
| theme.js | ||
| utils.js | ||