mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-16 14:15:36 +07:00
Merge branch 'performance-optimizations-for-rules' into 'master'
Performance optimizations for rules See merge request KevinRoebert/ClearUrls!75
This commit is contained in:
@@ -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
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user