Skip to content

Instantly share code, notes, and snippets.

@davidlwatsonjr
Last active August 29, 2015 14:23
Show Gist options
  • Save davidlwatsonjr/3b15aa706a32f4ee7ea0 to your computer and use it in GitHub Desktop.
Save davidlwatsonjr/3b15aa706a32f4ee7ea0 to your computer and use it in GitHub Desktop.
HipChat CSS
/**
* You people annoy me with your constant cat pictures in HipChat.
* So this section hides them.
* Stylebot: https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha
*/
.chatBlock .messageBlock .image {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment