Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support shadow-piercing combinator
>>>
in trusted-click-element
Related issue: uBlockOrigin/uBlock-issues#2971 Example usage: ...##+js(trusted-trusted-click-element, #cmpwrapper >>> .cmpboxbtnyes) The substring before ` >>> ` must select an element with a non-null shadow root, in which case the substring after ` >>> ` will be used to find the element in the targeted shadow root. ` >>> ` can be used recursively when multiple shadow root must be pierced.
- Loading branch information