Contact usRequest a demo

This document describes version 5 of Unblu. If you’re using the latest major version of Unblu, go to the documentation of the latest version.

The support period for version 5 ended on 22 November 2021. We no longer provide support or updates for this version. You should upgrade to the latest version of Unblu.

How to hide specific page elements in a cobrowsing session

Problem

I want to prevent a specific part of the web page from being visible to the agent during a co-browsing session.

Solution

In order to do that you can use the custom HTML attribute below in the HTML element that you want to hide:

x-unblu-skip-element="true"

Example code

<button type="button" class="myButton" x-unblu-skip-element="true">Click me</button>