This already feature exists on the top right corner of the page (see image below) and its styling has been annoying me for a while now. This extension simply apply a 3 line css rule to hide (not remove) the button's container.
[class*="createDMButtonContainer"] {
display: none !important;
}- Download (make sure to unzip) or clone this repo
- Enable developer mode in chrome://extensions
- Load unpacked
- Select the directory of this repo