Skip to content

Instantly share code, notes, and snippets.

@hungtruong
Created May 13, 2014 15:45
Show Gist options
  • Save hungtruong/1d921fe1f081481fb063 to your computer and use it in GitHub Desktop.
Save hungtruong/1d921fe1f081481fb063 to your computer and use it in GitHub Desktop.
Hide Google Hangouts last chat sent in user list with this css
@-moz-document domain("google.com") {
div.sQR2Rb {
display: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment