1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-02 17:19:38 +02:00
uBlock/platform/mv3/extension/js/scripting
Raymond Hill f1889b02ee
[mv3] Fix conversion of :xpath procedural filters
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.
2024-01-22 10:57:48 -05:00
..
css-declarative.js Change official description in source code top comment 2023-12-04 12:10:34 -05:00
css-generic.js Change official description in source code top comment 2023-12-04 12:10:34 -05:00
css-procedural.js [mv3] Fix conversion of :xpath procedural filters 2024-01-22 10:57:48 -05:00
css-specific.js Change official description in source code top comment 2023-12-04 12:10:34 -05:00