Last active
August 29, 2015 14:07
-
-
Save ashfurrow/2f60a88327d69ce4f0e1 to your computer and use it in GitHub Desktop.
Custom Stylesheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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