Remove fb left column
Hi, could someone please provide a style which simply removes the left holding column from facebook, so as the nav-column is immediate to the left of the browser?
I have adblock, so my left column is just a white space - but I would like a style which removes only this space and shifts everything left, keeping newsfeed the same width and retaining the right column. The main purpose of this would be to create more space on the right (where I also have an empty adblocked column) for multiple chat windows. I often have at least two open, and the way they overlap the newsfeed horizontally is super-annoying. Shifting everything to the left (except the chat functions) would resolve this.
On a related note, how about vertically stacked chat windows?
I have adblock, so my left column is just a white space - but I would like a style which removes only this space and shifts everything left, keeping newsfeed the same width and retaining the right column. The main purpose of this would be to create more space on the right (where I also have an empty adblocked column) for multiple chat windows. I often have at least two open, and the way they overlap the newsfeed horizontally is super-annoying. Shifting everything to the left (except the chat functions) would resolve this.
On a related note, how about vertically stacked chat windows?
Comments
@-moz-document domain("facebook.com") { .hasLeftCol #contentCol {margin-left: 0px !important;} }