Merge branch 'performance-optimizations-for-rules' into 'master'

Performance optimizations for rules

See merge request KevinRoebert/ClearUrls!75
This commit is contained in:
Kevin R 2020-08-19 03:34:04 +00:00
commit b7e209bf15
3 changed files with 319 additions and 346 deletions

View File

@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Ongoing
### Changed
- Performance optimizations for rules by [@thexeos](https://gitlab.com/thexeos)
## [1.19.0] - 2020-07-22 ## [1.19.0] - 2020-07-22
### Compatibility note ### Compatibility note

File diff suppressed because it is too large Load Diff

View File

@ -272,7 +272,8 @@
"all_frames": true, "all_frames": true,
"matches": [ "matches": [
"*://*.yandex.ru/*", "*://*.yandex.ru/*",
"*://*.yandex.com/*" "*://*.yandex.com/*",
"*://*.ya.ru/*"
], ],
"js": [ "js": [
"core_js/yandex_link_fix.js" "core_js/yandex_link_fix.js"