From a0afa698604f91782f36f6bd68ac65638a2c1152 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 24 Feb 2018 17:04:05 -0500 Subject: [PATCH] Updated Static filter syntax (markdown) --- 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 5962fa1..01f8f93 100644 --- a/Static-filter-syntax.md +++ b/Static-filter-syntax.md @@ -145,7 +145,7 @@ For example, [Adguard English filter](https://adguard.com/en/filters.html#englis uBO 1.14.23b3+ only. -**READ VERY CAREFULLY:** HTML filtering acts on the **response data** (before browser parsing). Do not use the browser inspector from developer tools to create HTML filters. You **must** use `view-source:[URL of page]` instead to look at the **response data** and find out relevant HTML filter. +**READ VERY CAREFULLY:** HTML filtering acts on the **response data** (before browser parsing). Do not use the browser inspector from developer tools to create HTML filters. You **must** use `view-source:[URL of page]` instead to look at the **response data** and find out relevant information to create relevant HTML filters. The purpose of HTML filters is to remove elements from a document _before_ it is parsed by the browser.