Created
July 22, 2018 19:50
-
-
Save drunkensouljah/c47047308b3b92395cc96954f7c06946 to your computer and use it in GitHub Desktop.
[Disable username] Don't show user name in #chrome #macos
This file contains hidden or 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
| # Open Terminal and copy a blank space to your clipboard | |
| # https://superuser.com/a/1152506 | |
| echo '\u200b' | pbcopy | |
| # Go to Chrome -> Click on the avatar menu, edit the name, paste from the clipboard |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment