1.16.0
New:
Added support for pre-parsing directives to filter list compiler. This allows filter list maintainers to create areas in a filter list which will be compiled only if certain conditions are met (or not met). See detailed documentation.
Changes:
The "3rd-party filters" pane in the dashboard has been renamed "Filter lists", and its look and behavior has been fine tuned.
Work has been done in the dashboard to further improve rendering on small screens.
Closed as fixed:
Chromium
- Use user style sheets on Chromium
- User stylesheets are supported on Chromium (including Chromium-based browsers) version 66 and above.
- Unfortunately, the API
chrome.tabs.removeCSS
is not currently supported, and the consequences are:- Toggling off the cosmetic filtering switch won't immediately reveal cosmetically removed elements on the page -- you will need to force a reload of the page.
- This break core functionality of the DOM inspector.
- If these consequences are a problem to you, I suggest you move to Firefox, it fully supports the insertion/removal of user stylesheets.