This repository was archived by the owner on Sep 9, 2022. It is now read-only.
Tags: uBlock-LLC/uBlock
Tags
Merge branch 'v0.9.5.3' * v0.9.5.3: - Handle more complex cases of Extended Pseudo Classes - Add support for Adguard :not operator - Added support for using Extended Pseudo Classes in Style filter rule like mycinema.pro#$#[class]:matches-css(width: 336px):matches-css(height: 280px):matches-css(min-height: 280px):has(>ins.adsbygoogle) { visibility: hidden!important; } - Added support for two types of syntax from uBO (+js, +style)
Merge branch 'v0.9.5.3' * v0.9.5.3: 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 [https://kb.adguard.com/en/general/how-to-create-your-own-ad-filters#cosmetic-css-rules-examples-1] Start using chrome.tabs.insertCSS API for CSS rules injection which is applicable for Firefox >= 53 and Chrome >= 66. [https://bugs.chromium.org/p/chromium/issues/detail?id=632009] Code Improvements update of third-party assets
Merge branch 'v0.9.5.3' * v0.9.5.3: 1. Special handling is given to filters which had to match against document origin only. The filter will only be considered if it satisfies the given criteria. - Should be in the form of `/czf*.` (without token) or `|https://` or `|http://` or `*` - Should have `domain=` option - Should not have a negated domain in its `domain=` option - Should not have `csp=` option examples: |http://$image,script,subdocument,third-party,xmlhttprequest,domain=dwindly.io |https://$image,other,script,stylesheet,third-party,domain=movies123.xyz $websocket,domain=povw1deo.com|povwideo.net|powvideo.net /czf*.$image,domain=100percentfedup.com
PreviousNext