Skip to content

Instantly share code, notes, and snippets.

@lylejantzi3rd
Last active October 25, 2023 23:57
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 lylejantzi3rd/f271654ee473e330ffe480b13cc42317 to your computer and use it in GitHub Desktop.
Save lylejantzi3rd/f271654ee473e330ffe480b13cc42317 to your computer and use it in GitHub Desktop.
UnfuckSlack
// 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