Contact usRequest a demo

An example snippet of how you can apply different behavior when within a universal co-browsing session.

The customer navigates to certain page, which has to be hidden from the agent.

<script type="text/javascript">
if( typeof(unbluBrowser) != "undefined" && unbluBrowser.log) {

	// Your code that runs when within a co-browse session
	// e.g. Load additional CSS
}
</script>