How can I disable the "Chat" button in the Linode Manager?
Linode
Linode Staff
I find the green chat button in the Linode Manager to be distracting and would like to turn it off. How do I do that?
1 Reply
hphillips
Linode Staff
If you are using Chrome, you can use the Stylish - Custom themes for any website extension.
Simply add the following rules for manager.linode.com:
.ada-chat-window {display: none !important;}
.ada-chat-button {display: none !important;}