Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt

Use this file to discover all available pages before exploring further.

Input options for configuring ad blocking features on a Page. Used within PageOptions.

Definition

input BlockAdsOptions {
  ads: Boolean
  tracking: Boolean
  annoyances: Boolean
}

Fields

ads

Boolean If true, attempts to block known ad-serving domains and resources. Defaults to false.

tracking

Boolean If true, attempts to block known tracking domains and scripts. Defaults to false.

annoyances

Boolean If true, attempts to block resources associated with web annoyances (e.g., pop-ups, cookie banners, if supported by the blocking engine). Defaults to false.