cssDisplayNone constant

ContentBlockerActionType const cssDisplayNone

Hides elements of the page based on a CSS selector. A selector field contains the selector list. Any matching element has its display property set to none, which hides it.

NOTE: cssDisplayNone is not supported on Android

Implementation

static const cssDisplayNone = ContentBlockerActionType._('css-display-none');