The redesigned slack UI has a slightly different DOM. The team-menu-trigger is no longer tagged with id but instead with the data-qa attribute. I've adjusted the document.querySelector call so that it works with either the old or new style attributes.
The redesigned slack UI has a slightly different DOM. The team-menu-trigger is no longer tagged with id but instead with the data-qa attribute. I've adjusted the document.querySelector call so that it works with either the old or new style attributes.