Skip to content

Instantly share code, notes, and snippets.

@salvagit
Created March 30, 2016 17:06
Show Gist options
  • Save salvagit/e6e5b2e989865e32d7f8dd408c7c8542 to your computer and use it in GitHub Desktop.
Save salvagit/e6e5b2e989865e32d7f8dd408c7c8542 to your computer and use it in GitHub Desktop.
var si = window.setInterval(function(){
if (null !== document.querySelector('.zopim')) {
document.querySelector('body')
.removeChild(document.querySelector('.zopim'));
clearInterval(si);
}
},50);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment