This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
uBlock 0.9.5.20
- Translating Adguard CSS rules into uBlock supported compatible rule syntax.
- -ext-has to :-abp-has()
- :has to :-abp-has()
- -ext-contains to :-abp-contains()
- :contains to :-abp-contains()
- Adding support for Adguard Cosmetic Css Rule
- Start using chrome.tabs.insertCSS API for CSS rules injection which is applicable for Firefox >= 53 and Chrome >= 66.
- Code Improvements