Skip to content

Instantly share code, notes, and snippets.

@sj26
Last active August 25, 2023 00:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sj26/924db2c96611fe8734101c7464d2128a to your computer and use it in GitHub Desktop.
Save sj26/924db2c96611fe8734101c7464d2128a to your computer and use it in GitHub Desktop.
Slack hide install alert user script
/* ==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