0.9.5.15
版本发布时间: 2019-04-19 19:10:50
uBlock-LLC/uBlock最新发布版本:0.9.5.25(2019-12-12 16:53:59)
- Converted string-based processing into typed array-based processing of following things.
- Element hiding specific filters
- Blocking by domain name
- Domains listed for $domain option in blocking rules
- Special treatment for Element hiding specific filters
- During retrieval of data, conversion of typed array to string for matching filters selectors takes a very small amount of time. This time is reduced for subsequent requests by adding "Least Recently Used" (LRU) cache.
- Significantly reduced Javascript memory usage by storing filters in a more compact form.
- Performance Improvements
- Removed support for $rewrite option