Last active
May 23, 2021 16:56
-
-
Save mehdichaouch/d796069cb44bba1ffceb3126764698c6 to your computer and use it in GitHub Desktop.
Slack bookmarklet to hide the team name in sidebar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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