The code snippet below shows how you can apply different behavior when within a universal co-browsing session.
<script type="text/javascript">
if( navigator.userAgent.indexOf("UnbluRenderingService") != -1 ) {
// Your code that should only run in a Universal Co-browsing session, e.g.
// load additional CSS or manipulate the DOM
}</script>