From cd0aee13ef6845f49d88f9295c9a0c06f547dac9 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 16 Nov 2023 19:07:19 -0500 Subject: [PATCH] Updated uBlock Origin works best on Firefox (markdown) --- uBlock-Origin-works-best-on-Firefox.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/uBlock-Origin-works-best-on-Firefox.md b/uBlock-Origin-works-best-on-Firefox.md index 427725e..172c367 100644 --- a/uBlock-Origin-works-best-on-Firefox.md +++ b/uBlock-Origin-works-best-on-Firefox.md @@ -16,6 +16,10 @@ Source: [_"Characterizing CNAME Cloaking-Based Tracking on the Web"_](https://bl 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. +### Response body filtering + +See [Implement network filter option `replace=`](https://github.com/gorhill/uBlock/commit/7c3e060c01)> + ### Browser launch Firefox will wait for uBO to be ready before sending network requests from already opened tab(s) at browser launch.