Last active
August 25, 2023 00:21
-
-
Save sj26/924db2c96611fe8734101c7464d2128a to your computer and use it in GitHub Desktop.
Slack hide install alert user script
This file contains 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
/* ==UserStyle== | |
@name slack-hide-install-alert | |
@description No, really, I don't want it. | |
@match https://app.slack.com/* | |
==/UserStyle== */ | |
.p-workspace_banner__desktop-download-app { | |
display: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment