Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Tags: uBlock-LLC/uBlock

Tags

0.9.5.25

Merge branch 'v0.9.5.3'

* v0.9.5.3:
  - Removed donation request - Fixed issue of Rate Us link which was not working for Firefox

0.9.5.24

Merge branch 'v0.9.5.3'

* v0.9.5.3:
  - Improvements in assets management  - Add Rate Us in pop-up menu  - Change the short description to "A fast, effective, and free ad blocker."

0.9.5.23

Merge branch 'v0.9.5.3'

* v0.9.5.3:
  Added the phrase "- free ad blocker" after uBlock

0.9.5.22

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)

0.9.5.21

Merge branch 'v0.9.5.3'

* v0.9.5.3:
  Adding support for AdGuard pseudo-classes
  update of third-party assets
  update of third-party assets
  update of third-party assets

0.9.5.20

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

0.9.5.19

Merge branch 'v0.9.5.3'

* v0.9.5.3:
  Added support for following filter options   - abort-on-property-read   - abort-on-property-write   - abort-current-inline-script

0.9.5.18

Merge branch 'v0.9.5.3'

* v0.9.5.3:
  Updated translation

0.9.5.17

Merge branch 'v0.9.5.3'

* v0.9.5.3:
  Performance and memory related changes

0.9.5.16

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