Scriptlets icon indicating copy to clipboard operation
Scriptlets copied to clipboard

Fix clicking multiple elements with each single selector in `trusted-click-element`

Open piquark6046 opened this issue 5 months ago • 0 comments

Regarding https://github.com/AdguardTeam/AdguardFilters/issues/212995, AdGuard Browser Extension MV2 on Firefox and Chromium can understand clicking multiple elements with each single selector (.custom-radio-field label[for$="-declineLabel"]) in the following trusted scriptlet filter:

nike.com#%#//scriptlet('trusted-click-element', '.custom-radio-field label[for$="-declineLabel"], button[data-testid="confirm-choice-button"]')

However, AdGuard Browser Extension MV3 on a Chromium web browser does not understand.

piquark6046 avatar Sep 11 '25 00:09 piquark6046