From f38e75e342392e623ca6425bb02d078d20d79b31 Mon Sep 17 00:00:00 2001 From: GH-User999 <124740436+GH-User999@users.noreply.github.com> Date: Mon, 17 Apr 2023 16:33:40 -0500 Subject: [PATCH] Minor fix. --- uBlock-Origin-works-best-on-Firefox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uBlock-Origin-works-best-on-Firefox.md b/uBlock-Origin-works-best-on-Firefox.md index fc6fd6f..427725e 100644 --- a/uBlock-Origin-works-best-on-Firefox.md +++ b/uBlock-Origin-works-best-on-Firefox.md @@ -12,7 +12,7 @@ Source: [_"Characterizing CNAME Cloaking-Based Tracking on the Web"_](https://bl ### HTML filtering -[HTML filtering](https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#html-filters) is the ability to filter the response body of HTML documents _before_before parsing them by the browser. +[HTML filtering](https://github.com/gorhill/uBlock/wiki/Static-filter-syntax#html-filters) is the ability to filter the response body of HTML documents _before_ parsing them by the browser. For example, this allows the removal of specific tags in HTML documents before they are parsed and executed by the browser, something not possible in a reliable manner in other browsers. This feature requires the [`webRequest.filterResponseData()`](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/filterResponseData) API, currently only available in Firefox.