Skip to content

Instantly share code, notes, and snippets.

@jonathanbossenger
Last active September 22, 2023 07:12
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 jonathanbossenger/1c0b9ea3c27c55067c941516a8c5cf94 to your computer and use it in GitHub Desktop.
Save jonathanbossenger/1c0b9ea3c27c55067c941516a8c5cf94 to your computer and use it in GitHub Desktop.
  • Quick Slack completely
  • In a terminal, run the following commands
export SLACK_DEVELOPER_MENU=true 
open /Applications/Slack.app
  • This will open a new Slack instance but you're now able to access the developer tools.
  • Use the cmd + opt + I keyboard combination to open dev tools
  • Switch to the console tab and run the following command
localStorage.localConfig_v2 = localStorage.localConfig_v2.replace(/\"is_unified_user_client_enabled\":true/g, '\"is_unified_user_client_enabled\": false')
  • Viola, old Slack UI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment