webkit.user_style_sheet
Module for [UserStyleSheet] class
class UserStyleSheet
Types 1
A CSS style sheet which can be injected in loaded pages.
Methods
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(string source, webkit.types.UserContentInjectedFrames injectedFrames, webkit.types.UserStyleLevel level, string[] allowList = null, string[] blockList = null)Creates a new user style sheet.