How can I disable the "Chat" button in the Linode Manager?

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

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;}

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct