1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00
uBlock/platform/mv3/extension/js
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
..
scripting [mv3] Fix conversion of :xpath procedural filters 2024-01-22 10:57:48 -05:00
background.js Change official description in source code top comment 2023-12-04 12:10:34 -05:00
dashboard.js Change official description in source code top comment 2023-12-04 12:10:34 -05:00
ext.js Change official description in source code top comment 2023-12-04 12:10:34 -05:00
fetch.js Change official description in source code top comment 2023-12-04 12:10:34 -05:00
mode-manager.js Change official description in source code top comment 2023-12-04 12:10:34 -05:00
popup.js Change official description in source code top comment 2023-12-04 12:10:34 -05:00
ruleset-manager.js Change official description in source code top comment 2023-12-04 12:10:34 -05:00
scripting-manager.js Change official description in source code top comment 2023-12-04 12:10:34 -05:00
settings.js Change official description in source code top comment 2023-12-04 12:10:34 -05:00
theme.js Change official description in source code top comment 2023-12-04 12:10:34 -05:00
utils.js Change official description in source code top comment 2023-12-04 12:10:34 -05:00