Skip to content

Instantly share code, notes, and snippets.

@ashfurrow
Last active August 29, 2015 14:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashfurrow/2f60a88327d69ce4f0e1 to your computer and use it in GitHub Desktop.
Save ashfurrow/2f60a88327d69ce4f0e1 to your computer and use it in GitHub Desktop.
Custom Stylesheet
// UPDATE: Now hosted at https://github.com/AshFurrow/stylesheet
// GitHub "unread notifications" div
.notification-indicator .mail-status.unread {
display: none !important;
}
// 500px "buy this photo" BS
.buy_photo_wrap {
display: none !important;
}
// 500px photo-ratings divs
div.data_wrap.clearfix {
display: none !important;
}
.grid .photo .inside .rating, .grid .ad .inside .rating {
display: none !important;
}
// Facebook's stupid chat div
#BuddylistPagelet {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment