Skip to content

Instantly share code, notes, and snippets.

@mehdichaouch
Last active May 23, 2021 16:56
Show Gist options
  • Save mehdichaouch/d796069cb44bba1ffceb3126764698c6 to your computer and use it in GitHub Desktop.
Save mehdichaouch/d796069cb44bba1ffceb3126764698c6 to your computer and use it in GitHub Desktop.
Slack bookmarklet to hide the team name in sidebar
(function(){var style=document.createElement("style"),styleContent=document.createTextNode("#team_menu{display:none !important;}");style.appendChild(styleContent);document.getElementsByTagName("head")[0].appendChild(style);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment