mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
12 KiB
12 KiB
Fixes / changes
- Append wildcard character only when filter starts & ends with
/ - Fix failure to create popup logger window sometimes
- Improve json-prune-related scriptlets
- Support maximizing editor to viewport size
- Add advanced setting to force popup panel orientation
- Add checkboxes to "My filters" pane
- Assume UTF-8 when no encoding can be looked up
- Fix issue with "My filters" pane on mobile
- Support aborting "Pick" mode in element picker
- Remove sections with no lists in "Filter lists" pane
- Add "Social widgets", "Cookie notices" sections in "Filter lists" pane
- No longer disable generic cosmetic filters by default on mobile
- Improve
spoof-cssscriptlet - Make asset updater compatible with non-persistent background page
- Move dragbar to the top of element picker dialog
- Add advanced setting
requestStatsDisabled - First lookup matching stock lists when importing URLs
- Reset filter lists in worker when creating filters via "Block element"
- Remove trusted-source requirement when using
badfilter - Redesign cache storage
- Don't match network filter-derived regexes against non-network URIs
- Remove obsolete trusted directives
- Support logging details of calls to
json-prune-fetch-response - Escape special whitespace characters in attribute values
1.56.0
Fixes / changes
- Mind that multiple
uritransformmay apply to a single request - Fix incorrect built-in filtering expression in logger
- Fix improper invalidation of valid
uritransformexception filters - Improve
prevent-addEventListenerscriptlet - Fix Chartbeat flicker control
div's (by @ryanbr) - Fix potential exfiltration of browsing history by a rogue list author through
permissions= - Ignore event handler-related attributes in
set-attrscriptlet (suggested by @distinctmondaylilac) - Fix potential exfiltration of browsing history by a rogue list author through
csp=(reported by @distinctmondaylilac) - Output scriptlet logging information to the logger
- Fix decompiling of scriptlet parameters
- Add support for
extraMatchintrusted-click-elementscriptlet - Remove minimum height constraint from "My filters" pane
- Unregister all scriptlets when disabling uBO on a specific site
- Allow
uritransformto process the hash part of a URL - Remember presentation state of "My rules" pane
- Fix improperly assembled
!#includesublists - Mark procedural filters with pseudo-elements selector as invalid
- Prevent access to picker when "My filters" is not enabled
- Provide visual feedback when applying changes in "Filter lists" pane
- Empty query parameters must still use
= - Add support to toggle no-scripting switch with keyboard shortcut
- Do not exceed rate-limited calls to
handlerBehaviorChanged() - Shield some code paths against potentially tampered global properties (in scriptlets)
- Do not prevent applying changes when lists are updating
- Add
elementsvararg toprevent-addEventListenerscriptlet - Do not use tab character as field separator (in logger)
- Prevent
:others()from hidinghtmltag
1.55.0
Fixes / changes
- Discard repeating adjacent entries in the logger
- Mind drop events in filter expression field of logger
- Improve
xml-prunescriptlet - Fix message entries overflowing in logger
- Add support for
application/x-javascriptinreplace=option - Extend support for differential updates to imported lists
- Add detection of mismatched
!#if-!#endifin linter - Support links to update lists which are differential update-friendly
- Remove "Purge all caches" button from "Filter lists" pane
- Add support for
alllist token in updater-link feature - Fix logging of broad exception filter
#@#+js() - Improve
no-xhr-ifscriptlet - Ensure cache storage backend is selected before access
- Fix popup panel rendering when embedded in logger
- Add visual hint in support information re. differential update
- Remove obsolete web accessible resources
- Rename
urltransformtouritransform - Vertically expand/collapse in steps in dom inspector
- Reset the DOM inspector when URL in top context changes
- Support shadow-piercing combinator
>>>intrusted-click-element - Isolate DOM inspector layers from page context
- Refactoring: Replace DOM events with broadcast channels
- Support non-default sticky lists
- Add enableLazyLoad function (by @spazmodius )
- Change frequency of save-to-storage blocking stats
- Improve
prevent-fetchscriptlet - Catch cases of
! Expires:field with no value
1.54.0
New
Differential update of filter lists, as a result of discussions at https://github.com/AdguardTeam/FiltersCompiler/issues/192. Resulting spec is here.
The goal is to NOT be ranked among the "most popular projects" by bandwidth usage (as per jsDelivr's public stats):
It is expected that differential updates will lower both requests and bandwidth usage.
To benefit the much shorter update period enabled by differential updates, you must let uBO auto-update the filter lists. Forcing a manual update will prevent differential updates until the next time a list auto-update.
Fixes / changes
- Enable path for native
has()selector in Firefox - Allow scriptlets to be injected in
about:blank - Fix faulty
asvararg inset-constantscriptlet - Add support to redirect to
noop.json - More improvements to the
google-imashim script (by @kzar) - All exceptions filters are exempt from requiring a trusted source
- Add
trusted-set-session-storage-itemscriptlet - Allow the use of quotes in
set-cookiescriptlet - Allow the use of quotes in
set-(local|session)-storage-item - Add ability to trigger cookie removal on specific events
- Ensure CSSTree does not hold a reference onto last parsed string
- Lower minimum Expires value to 4h
- Properly reset needle length in unserialized buffer
- Add additional flags to regional lists (by @DandelionSprout)
- Harden scriptlets which need to serialize function code into string
- Reset
gregexes before use inrmnt/rpntscriptlets - Apply response filtering according to mime type
- Add t/f to set-cookie (by @ryanbr)
- Have
urltransform=use the same syntax asreplace= - Implement network filter option
replace=(Firefox only because filterResponseData) - Prevent evaluating the SNFE until fully loaded
- Add support for differential update of filter lists