mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
:remove() removes instead of hidding
parent
6f2c73f2ae
commit
31ff1a65f7
1 changed files with 1 additions and 1 deletions
|
|
@ -534,7 +534,7 @@ By default, the implicit purpose of cosmetic filters is to hide unwanted DOM ele
|
|||
|
||||
#### `subject:remove()`
|
||||
|
||||
- Description: _action operator_, instruct to remove elements from the DOM tree.
|
||||
- Description: _action operator_, instruct to remove elements from the DOM tree, instead of just hiding them.
|
||||
- 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.
|
||||
- Examples:
|
||||
|
|
|
|||
Loading…
Reference in a new issue