Hide the QR box

You are here:

When you want to hide the QR option in your chat.

qr code

To remove the button, add the following:
#options #opts { display: none; }

To keep the button for chat moderators only, add the following:
.moderator #options #opts { display: list-item; }

Categories