This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
uBlock 0.9.5.15
- 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