15
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

新しいslackのUIが不満する人多い、ミュートしたチャンネルが通知されてるとか、読んだのにまだハイライトされてるとか、左のパンネルが消えないとかあると思います。自分の使いずらいと思ってましたので調査しました。

元々のWebアプリだったので色々使えます、Javascriptもあります。

元のslackに戻る方法:

  • Slack アプリを閉じます

  • ターミナルを開き、これら 2 つのコマンドを個別に実行します:

  • export SLACK_DEVELOPER_MENU=true

  • open /Applications/Slack.app Slack は新しいテーマで開きますが、コンソールにアクセスできるようになりました。

  • command + option + I を押して Slack のコンソールを開きます

  • これを Slack のコンソールで実行します:

    localStorage.setItem("localConfig_v2", localStorage.getItem("localConfig_v2").replace(/\"is_unified_user_client_enabled\":true/g, '\"is_unified_user_client_enabled\":false'))
    
  • スラックを再開します command + R

slackを閉じたら同じをやらなきゃいけないけど今よりまし!

15
8
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15
8

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?