How Can We Help?
How to hide the viewers and listeners?
By default, the number of viewers and listeners is displayed in the
chat. Add this code to hide it.
#info { display: none !important; }
To know how to edit web CSS, click this link.