Skip to content

Instantly share code, notes, and snippets.

@d6rkaiz
Created January 27, 2011 16:46
Show Gist options
  • Save d6rkaiz/798776 to your computer and use it in GitHub Desktop.
Save d6rkaiz/798776 to your computer and use it in GitHub Desktop.
LingrHat css
mkdir -p ~/Library/Application\ Support/LingrHat
echo '.message {font-size:14px !important;}' > ~/Library/Application\ Support/LingrHat/UserStyleSheet.css
echo 'textarea {font-size:14px !important;}' >> ~/Library/Application\ Support/LingrHat/UserStyleSheet.css
defaults write com.drikin.Lingr-Hat WebKitUserStyleSheetEnabledPreferenceKey -bool true
defaults write com.drikin.Lingr-Hat WebKitUserStyleSheetLocationPreferenceKey "~/Library/Application Support/LingrHat/UserStyleSheet.css"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment