Last active
October 25, 2023 23:57
-
-
Save lylejantzi3rd/f271654ee473e330ffe480b13cc42317 to your computer and use it in GitHub Desktop.
UnfuckSlack
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
// bookmarklet_title: UnfuckSlack | |
// bookmarklet_about: idonotknowwhy | |
javascript:(function() { localStorage.setItem("localConfig_v2", localStorage.getItem("localConfig_v2").replace(/\"is_unified_user_client_enabled\":true/g, '\"is_unified_user_client_enabled\":false')); location.reload(); })(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment