webkit.user_style_sheet

Module for [UserStyleSheet] class

Types 1

A CSS style sheet which can be injected in loaded pages.

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup)
GType _gType() @property
UserStyleSheet self()Returns `this`, for use in `with` statements.
webkit.user_style_sheet.UserStyleSheet newForWorld(string source, webkit.types.UserContentInjectedFrames injectedFrames, webkit.types.UserStyleLevel level, string worldName, string[] allowList = null, string[] blockList = null)Creates a new user style sheet for script world.
Constructors
this(void * ptr, Flag!"Take" take)
this(string source, webkit.types.UserContentInjectedFrames injectedFrames, webkit.types.UserStyleLevel level, string[] allowList = null, string[] blockList = null)Creates a new user style sheet.