From 62edff8670c2af648f976d621debe31d9361d52d Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Tue, 26 Dec 2017 10:52:17 -0500 Subject: [PATCH] Updated Static filter syntax (markdown) --- Static-filter-syntax.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Static-filter-syntax.md b/Static-filter-syntax.md index 535f267..9ca8b16 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -147,11 +147,12 @@ For example, [Adguard English filter](https://adguard.com/en/filters.html#englis The purpose of sanitization filters is to remove elements from a document _before_ it is parsed by the browser. + example.com##^.badstuff + example.com##^script:has-text(7c9e3a5d51cdacfc) + Currently only supported on Firefox 57+. -#### `:sanitize(...)` - -[to be done, above is operator currently used in prototype code] +[to be done] #### `script:contains(...)`