This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
µBlock 0.6.4.0
Important:
I can't guarantee µBlock will work flawlessly on a non-stable version of any Chromium or Chromium-based browser. Currently it appears there are issues with running µBlock on Chromium 39 (or derivatives). See issue 247, #254, #255. The following has been helpful to some experiencing problems (which are really on Chromium side):
- Enable "Predict network actions to improve page load performance"; and/or
- Disable "Use hardware acceleration when available".
New:
- New language: Estonian by OlavMägi
- New network filter option:
inline-script
, to prevent inline javascript from executing.- Possibly useful to workaround anti-blockers
- Will not prevent execution of javascript loaded from external resources (unless those resource are specifically blocked using other filters)
- Example:
||example.com^$inline-script
= do not execute inline javascript tags
- Custom lists will be given a user-friendly list name when one is available
- Added default custom lists -- apply only to new installations. There are commented out by default.
Changed:
- I changed the element picker icon to this one.
Closed as fixed:
- Element picker sometimes fails at creating a net request filter
- Improperly supported:
example.com$third-party,domain=~example.ca
- Portuguese language not fully translated in uBlock 6.3.2
- New filter option:
inline-script
, to block inline-script
Partially fixed:
- Support incrementally adding/removing filters [performance]
- Now when creating a filter using the element picker, the filter lists won't be completely flushed and reloaded.