Skip to content

Instantly share code, notes, and snippets.

@barneycarroll
Last active December 20, 2015 16:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barneycarroll/6164334 to your computer and use it in GitHub Desktop.
Save barneycarroll/6164334 to your computer and use it in GitHub Desktop.
Stop Chrome popping up 'Show' buttons by your passwords.
#saved-passwords-list .list-inline-button {
display: none
}
@barneycarroll
Copy link
Author

As reported by @elliotkember, with brief access to your machine, anyone can get access to any of your passwords saved by Chrome by going to chrome://settings/passwords and clicking any one of those Show buttons. How fucked up is that. This doesn't solve the core problem, but it at least prevents people from doing that:

  1. Go to chrome://version/
  2. Copy the Profile Path.
  3. Paste that path into your file system explorer
  4. Open the folder named User StyleSheets
  5. Open the file named Custom.css in a text editor
  6. Paste the above snippet in, save

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment