Skip to content

Instantly share code, notes, and snippets.

@michaelfox
Created January 4, 2011 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelfox/765427 to your computer and use it in GitHub Desktop.
Save michaelfox/765427 to your computer and use it in GitHub Desktop.
Google Chrome Custom User Stylesheet
/**
*
* ___ __ _
* / __|__ _ _ __ _ __ / _(_)_ _ ___
* | (__/ _` | ' \| '_ \ _| | '_/ -_)
* \___\__,_|_|_|_| .__/_| |_|_| \___|
* |_|
**/
/* Remove "Entered the room" -- "left the room" type messages */
body.chat table.chat #chat tr.timestamp_message + tr.timestamp_message,
body.chat table.chat #chat tr.leave_message + tr.timestamp_message,
body.chat table.chat #chat tr.enter_message + tr.timestamp_message,
body.chat table.chat #chat tr.kick_message + tr.timestamp_message,
body.chat table.chat #chat tr.enter_message,
body.chat table.chat #chat tr.kick_message,
body.chat table.chat #chat tr.leave_message {
display: none !important;
}
#chat td.body div {
width: 95% !important;
}
/**
* ___ _ _ _ _
* | _ (_)_ _ | |__ ___ __ _ _ _ __| | (_)_ _
* | _/ | ' \| '_ \/ _ \/ _` | '_/ _` |_| | ' \
* |_| |_|_||_|_.__/\___/\__,_|_| \__,_(_)_|_||_|
*
**/
#pinboard #bookmarks .bookmark .description {
height: 4em;
overflow: auto;
background-color: #E6FFCC;
color: #444 !important;
padding: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment