1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00
uBlock/platform/mv3/extension/js
Raymond Hill 52b46eb98b
Add procedural operator :shadow() -- status is experimental
For internal use by filter list maintainers, do not open issues
about this. Left undocumented on purpose.

This new procedural operator allows to target elements in the
shadow root of an element.

subject:shadow(arg)

- Description: Look-up matching elements inside the shadow root (if
  present) of _subject_.
- Chainable: Yes
- _subject_: Can be a plain or procedural selector.
- _arg_: A plain or a procedural selector for the elements to target
  inside the shadowroot.

Example:

..##body > div:not([class]):shadow(div[style]):has(:shadow([data-i18n^="#ad"]))
2024-03-13 14:28:53 -04:00
..
scripting Add procedural operator :shadow() -- status is experimental 2024-03-13 14:28:53 -04: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 [mv3] Mind service workers for sites in "no filtering" mode 2024-01-31 09:59:45 -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 [mv3] Do not pollute browser console in stable release versions 2024-03-06 12:46:12 -05:00