Skip to content

Instantly share code, notes, and snippets.

@andymcfee
Last active August 29, 2015 14:06
Show Gist options
  • Save andymcfee/416e5b0ffc82899c2f89 to your computer and use it in GitHub Desktop.
Save andymcfee/416e5b0ffc82899c2f89 to your computer and use it in GitHub Desktop.
I've added some custom CSS to Facebook in my browser to get rid of a lot of the clutter and make the whole page a bit cleaner. Using chrome extension StyleBot to apply to styles
._4f7n {
background-color: transparent;
background-image: none;
box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0);
-webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0);
border-bottom: none;
}
._4f7n:after {
background-image: none;
display: none;
}
.fbChatSidebar {
display: none ;
}
#pagelet_bluebar {
z-index: 9999;
}
._585- {
-webkit-box-shadow: none;
}
._3zm- a {
text-shadow: none;
}
._5lus a {
background-image: none;
background-color: transparent;
}
#pagelet_navigation {
display: none ;
}
._4-u2 {
background-color: rgba(255, 255, 255, 0);
border-color: rgba(0,0,0,0);
margin-bottom: 2rem;
}
._5vsj._5vsj._5vsj {
background-color: rgba(0,0,0,0)
;
}
*._5vsj .UFIRow {
background-color: rgba(255,255,255,0);
}
._5vsj .UFIRow.UFIFirstComponent {
border-top: none;
}
._5vsj .UFIShareRow, ._5vsj .UFIFirstCommentComponent {
border-top: none;
}
#rightCol {
display: none;
}
._6m2 {
background-color: transparent;
}
._5vb_.webkit ._dcs {
-webkit-box-shadow: none;
}
._1ayn {
color: #3b5998;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment