// This is to remove the pesky YBT chat so that the experience in mobile is better document.addEventListener('DOMContentLoaded', function() { var el = document.getElementById( 'fixedChat' ); el.parentNode.removeChild(el) }, false);