--- title: "Remove End button from CoBrowse" slug: "cobrowse-remove-end-cobrowse-button" description: "This article outlines removing the \"End CoBrowse\" button. " updated: 2020-07-20T18:03:03Z published: 2020-07-20T18:03:03Z canonical: "docs.screenmeet.com/cobrowse-remove-end-cobrowse-button" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.screenmeet.com/llms.txt > Use this file to discover all available pages before exploring further. # Remove End Cobrowse Button To disable the default provided end button : ```javascript window.Cobrowse = window.Cobrowse || {}; window.Cobrowse.modal = Object.assign(window.Cobrowse.modal || {}, {customUI: true }) ```