Ignore Views

Ignore views in Cobrowse. It may be useful to ignore specific views from being presented to the agents. Use this javascript snippet.

It may be useful to ignore specific views from being presented to the agents. To achieve this, you'll need to add our javascript snippet and configure the set of selectors that should be ignored:

CobrowseIO.ignoredViews = ['.ignore-view'];
CobrowseIO.start();

With this option, any view that matches any of the configured selectors is removed from the agent view.

Ignored views are different from redacted views, which appear black to the agent.

Last updated