Skip to content

Releases: gorhill/uBlock

1.44.4

19 Sep 00:15
7ee2ffc
Compare
Choose a tag to compare

1.44.2

05 Sep 13:30
5c3f31c
Compare
Choose a tag to compare

1.44.0

16 Aug 13:52
bdc68f3
Compare
Choose a tag to compare

Commits to master since this release
Commits since last release

To install the stable build:


New procedural cosmetic filter operator: :matches-media()

Commit

The argument must be a valid media query as documented on MDN, i.e. what appears between the @media at-rule and the first opening curly bracket (including the parentheses when required).

Best practice:

Use :matches-media() after plain CSS selectors, if any.

Good: example.com###target-1 > .target-2:matches-media((min-width: 800px))

Bad (though this will still work): example.com##:matches-media((min-width: 800px)) #target-1 > .target-2

Fixes:

1.43.0

1.42.4

06 Apr 16:53
08199da
Compare
Choose a tag to compare

Commits to master since this release
Commits since last release

To install the stable build:


Fixes:

1.42.2

02 Apr 13:31
249a9e8
Compare
Choose a tag to compare

1.42.0

30 Mar 14:05
0c7318d
Compare
Choose a tag to compare

1.41.8

23 Feb 11:49
12ab866
Compare
Choose a tag to compare

1.41.6

18 Feb 12:57
db8f1d4
Compare
Choose a tag to compare

1.41.4

16 Feb 14:35
ec935bf
Compare
Choose a tag to compare

Commits to master since this release
Commits since last release

To install the stable build:


Notes

As per various feedback, the new setting "Suspend network activity until all filter lists are loaded" is now unchecked by default in Chromium-based browsers. You will have to explicitly enable it to restore the attempt at mitigating Chromium-based browsers inability to reliably block network requests at launch.

Closed as fixed: