1.10.2
Changes
Cosmetic filtering
Implementation of cosmetic filter operator :matches-css
has been revised according to the discussion at #1930 (comment) and request in uBlockOrigin/uAssets#212:
:matches-css
now accept no more than one single style property. If more than one style property must be matched on the same node, you will need to chain them (i.e.div##matches-css(...):matches-css(...)
-- ability to chain is coming for next release). Since there is only one style property, do not use trailing;
.:matches-css-before()
and:matches-css-after()
are now also available to specifically match style property for the pseudo elements:before
and:after
on a node.- Support the use of regexes for property matching: if the first and last character of the value to match is
/
, the value will be deemed to be a literal regular expression which must be matched.
Dashboard
The last dashboard's pane you visited will be automatically opened next time you open the dashboard (issue #2206).