for ubuntu(VM installed w/SNAP):
export SLACK_DEVELOPER_MENU=true; /snap/bin/slack
snap update
snap upgrade
right-click an element and inspect, switch to dev console:
localStorage.setItem("localConfig_v2", localStorage.getItem("localConfig_v2").replace(/\"is_unified_user_client_enabled\":true/g, '\"is_unified_user_client_enabled\":false'))
restart slack
Tell HN: You Can Revert Your Slack UI
11–12 of 12 posts
Re: Tell HN: You Can Revert Your Slack UI
#12For mac you can get dev tools by either launching slack with export SLACK_DEVELOPER_MENU=true; open -a /Applications/Slack.app to make this persistent you can use. launchctl setenv SLACK_DEVELOPER_MENU true and then right click and inspect element and add the scripts
Thank you