From 31ff1a65f7ea0f0cce40d8861640541c7eb52242 Mon Sep 17 00:00:00 2001 From: gwarser Date: Tue, 17 Nov 2020 19:30:48 +0100 Subject: [PATCH] :remove() removes instead of hidding --- Static-filter-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index 2fffdd0..c44af38 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -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: