1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02:00
uBlock/platform/webext
Raymond Hill a9f68fe02f
Fix #3069, and consequently #3374, #3378.
A new filtering class has been created: "static extended filtering".
This new class is an umbrella class for more specialized filtering
engines:
- Cosmetic filtering
- Scriptlet filtering
- HTML filtering

HTML filtering is available only on platforms which support modifying
the response body on the fly, so only Firefox 57+ at the moment.

With the ability to modify the response body, HTML filtering has
been introduced: removing elements from the DOM before the source
data has been parsed by the browser.

A consequence of HTML filtering ability is to bring back script tag
filtering feature.
2017-12-28 13:49:02 -05:00
..
manifest.json fix #3185 2017-11-16 10:55:28 -05:00
polyfill.js fix webext version 2016-11-14 12:03:13 -05:00
vapi-cachestorage.js minor code review 2017-11-30 08:42:31 -05:00
vapi-usercss.js improve DOM inspector (#3254) 2017-11-21 18:08:32 -05:00
vapi-webrequest.js Fix #3069, and consequently #3374, #3378. 2017-12-28 13:49:02 -05:00