1.44.0
版本发布时间: 2022-08-16 21:52:52
gorhill/uBlock最新发布版本:1.59.1b16(2024-09-09 23:10:13)
Commits to master since this release Commits since last release
To install the stable build:
- Firefox: Click uBlock0_1.44.0.firefox.signed.xpi
- Chromium: Install from the Chrome store (CWS): https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm
-
Edge: Install from Microsoft Store: https://microsoftedge.microsoft.com/addons/detail/odfafepnkmbhccpbejgmiehpchacaeak
- The Microsoft Store version of uBO is published by Nicole Rolls
- Opera: Install from Opera addons: https://addons.opera.com/en/extensions/details/ublock/
New procedural cosmetic filter operator: :matches-media()
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:
- Add 0.5s mp3 redirectable resource
- Add queue-related initialization code to AMZN shim script
- Fix dark theme issue in DOM inspector
- Better detect invalid cosmetic filters
- Properly "bleed" 3p rules onto 3p-script/3p-frame cells
- Skip testing context when none present in acis scriptlet
- Ignore auto-repeat events in ctrl keydown event handler
- Fix popup panel for Thunderbird
- Prevent picker from being larger than viewport
- use WebAssembly-1.0 compliant function names (by @rathann)
1、 uBlock0_1.44.0.chromium.zip 2.92MB
2、 uBlock0_1.44.0.firefox.signed.xpi 2.92MB
3、 uBlock0_1.44.0.npm.tgz 197.49KB
4、 uBlock0_1.44.0.thunderbird.xpi 2.9MB