Configures the adblock component should interact with the browser.

Describes how the adblock component interacts with the browser.

Hierarchy

  • AdBlockConfig

Properties

cssRulesPerInjectionStep: number

The number of css rules the adblock component will inject in one step. Multiple steps will occur until all rules have been injected.

elementHidingCssRule: string

The css rule which should be used to hide elements. For example visibility:collapse !important; or display:none !important;

List of adblock rule sets.

timeoutInMsBetweenCssInjectionSteps: number

The time the adblock component will wait until the next injection step will happen.

Generated using TypeDoc