Skip to content

Instantly share code, notes, and snippets.

@retlet
Created August 16, 2011 09:05
Show Gist options
  • Save retlet/1148701 to your computer and use it in GitHub Desktop.
Save retlet/1148701 to your computer and use it in GitHub Desktop.
tiarra + tig + LimeChat for Mac(showTwitterAvatar) でtigのチャンネル以外でアイコンを表示しない
html:not([channelname$="@tig"]) .avatar {
display: none !important;
}
@retlet
Copy link
Author

retlet commented Aug 16, 2011

@tig」はチャンネル名のサフィックスに合わせて変える

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