Skip to content

Instantly share code, notes, and snippets.

@mcbrwr
Created September 2, 2015 05:21
Show Gist options
  • Save mcbrwr/351f9e2a328c98488b59 to your computer and use it in GitHub Desktop.
Save mcbrwr/351f9e2a328c98488b59 to your computer and use it in GitHub Desktop.
Use stylebot or any other CSS replacement plugin in your browser with this bit of CSS to clean up Facebook timeline. It removes sidebars, ads & suggested posts and some "people you know liked this company" posts.
#contentArea {
float: none;
margin: 0 auto;
max-width: 700px;
width: 100%;
}
#contentCol {
margin-left: 0;
padding-left: 0;
}
._5v3q ._4-eo, .uiScaledImageContainer {
height: auto;
width: 100%;
}
[data-ft*='"ei":'], #leftCol, #rightCol {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment