Skip to content

Instantly share code, notes, and snippets.

@nobu666
Last active December 16, 2015 09:08
Show Gist options
  • Save nobu666/5410566 to your computer and use it in GitHub Desktop.
Save nobu666/5410566 to your computer and use it in GitHub Desktop.
アップデートするたびにLimeChatがやかましくなるのでメモ
$ cat <<EOF >> /Applications/LimeChat.app/Contents/Themes/Limelight.css
.line[type=join] { display:none; }
.line[type=quit] { display:none; }
.line[type=mode] { display:none; }
.line[type=part] { display:none; }
.line[type=nick] { display:none; }
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment