1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00
uBlock/platform/mv3/extension
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
..
_locales Import translation work from https://crowdin.com/project/ublock 2024-03-12 10:08:22 -04:00
css [mv3] Add textarea to list/edit trusted sites 2023-11-28 21:13:44 -05:00
img [mv3] Add ability to enable/disable filter lists 2022-09-13 17:44:24 -04:00
js Add procedural operator :shadow() -- status is experimental 2024-03-13 14:28:53 -04:00
dashboard.html [mv3] Add textarea to list/edit trusted sites 2023-11-28 21:13:44 -05:00
managed_storage.json [mv3] Add managed setting to disable first-run page 2023-07-29 09:34:24 -04:00
popup.html [mv3] Move hostname label to top of popup panel 2023-06-06 09:04:21 -04:00