1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-03 02:37:21 +02:00

:remove() - clarify "chainable" , describe as "action operator"

gwarser 2020-03-10 16:02:27 +01:00
parent f538197b65
commit 02a3744812

@ -156,8 +156,8 @@ Introduced in uBO [1.25.3b0](https://github.com/gorhill/uBlock/commit/72bb700568
### `subject:remove()` ### `subject:remove()`
- Description: remove elements from the DOM tree. - Description: _action operator_, instruct to remove elements from the DOM tree.
- Chainable: No. - Chainable: No, _action operator_ can only be used at the end of the root chain.
- _subject_: Can be a plain CSS selector, or a procedural cosmetic filter. - _subject_: Can be a plain CSS selector, or a procedural cosmetic filter.
- Examples: - Examples:
- `gorhill.github.io###pcf #a18 .fail:remove()` - `gorhill.github.io###pcf #a18 .fail:remove()`