CSS_DISPLAY_NONE constant

ContentBlockerActionType const CSS_DISPLAY_NONE

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: on Android, JavaScript must be enabled.

Implementation

static const CSS_DISPLAY_NONE =
    const ContentBlockerActionType._internal('css-display-none');