1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

Updated uBlock Origin works best on Firefox (markdown)

Raymond Hill 2023-11-16 19:07:19 -05:00
parent b5dca8ce77
commit cd0aee13ef

@ -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. 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 ### Browser launch
Firefox will wait for uBO to be ready before sending network requests from already opened tab(s) at browser launch. Firefox will wait for uBO to be ready before sending network requests from already opened tab(s) at browser launch.