This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
Releases: uBlock-LLC/uBlock
Releases · uBlock-LLC/uBlock
µBlock 0.2.3.1
- Translation work from contributors at Github and Crowdin (as usual)
- Closed as fixed:
- Chrome extension stopped working
- The bug was manifesting if you has unchecked "Parse and enforce Adblock+ element hiding filters".
- Really sorry about this, breaking the extension is something I always dread, and well, it just happened.
- Sinking feeling.
- Really, I need a small base of beta testers to minimize such events. I am currently the sole tester before publishing, and that obviously not ideal.
- 'or' string
- Add Button Back
- Chrome extension stopped working
µBlock 0.2.3.0
µBlock 0.2.2.1
- Translation work by contributors imported from Crowdin.
- Closed as fixed:
µBlock 0.2.2.0
As usual, more translation work from contributors on Github, Crowdin.
Workaround:
- Added a cosmetic filter as a workaround for issue #70, "Requests to the server have been blocked by an extension" blocking download button on some deviantART pages", until I start to address and fix the issue.
Closed as fixed:
µBlock 0.2.1.2
µBlock 0.2.1.1
Closed as fixed:
µBlock 0.2.1.0
Improvements:
- Imported translation work from Crowdin.
- Selectors created with the element picker are simpler: the tag name is used only if there is no
id
orclass
for an element. - The font color used by the element picker dialog box is reset to black. It wasn't reset before, and this was a problem for web pages using a light-colored font.
Issues closed as fixed:
- playhd.eu*.html filter may not be working correctly, please check
- The problem was because the
$popup
filter option wasn't supported. It is now supported.
- The problem was because the
µBlock 0.2.0.1
µBlock 0.2.0.0
New:
- Element picker to interactively select elements to block on a web page.
- New cosmetic filter syntax: entity-based cosmetic filters.
- More translation work from contributors on https://crowdin.net/project/ublock
Closed as fixed:
- Adwords ads appear quickly, then disappear
- A new type of cosmetic filter has been defined: "entity-based" filters, which allows to create filters for a specific "entity", where "entity" is defined as "the domain name minus the public suffix".
- Concretely, this allows to define one single cosmetic filter which will work with
google.com
,google.ca
,google.com.br
, etc. - Whereas before, it would have been to tedious to repeat the same set of cosmetic filters for each domain name variant, hence forcing the EasyList maintainer to declare these filters as generic.
- These filters are specific to µBlock, but down the road maybe the syntax will be adopted by the community.
- The problem this new filter syntax solves is to be able to create filter specific enough for these to be injected early in the page load timeline.
- Select element to block
- See Element picker.