Skip to content

Instantly share code, notes, and snippets.

@vkarpov15
Created November 27, 2018 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vkarpov15/bf4a15fe738c930d360d8ba15c2ee420 to your computer and use it in GitHub Desktop.
Save vkarpov15/bf4a15fe738c930d360d8ba15c2ee420 to your computer and use it in GitHub Desktop.
Mute intercom
[document.querySelector('#intercom-frame'), document.querySelector('#intercom-container')].forEach(el => { el.parentNode.removeChild(el); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment