Skip to content

Instantly share code, notes, and snippets.

@nerdfiles
Last active December 18, 2015 05:19
Show Gist options
  • Save nerdfiles/5731443 to your computer and use it in GitHub Desktop.
Save nerdfiles/5731443 to your computer and use it in GitHub Desktop.
Hi. Use Stylish for Chrome or Firefox to remove most of the clutter (ads, unmentionables, excess, etc.) from yr Facebook: https://addons.mozilla.org/en-US/firefox/addon/stylish/, https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=en Thanks. Screen: http://imgur.com/SsAa5vC
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("facebook.com") {
#rightCol { display: none !important; }
#u_jsonp_4_d_right { display: none !important; }
#jewelContainer,
.jewelContainer a {
color: #fff;
}
#jewelContainer,
.jewelContainer {
color: #fff;
}
#fbNotificationsFlyout {
left: -300px;
}
.fbDock {
display: none;
}
#leftCol {
opacity: .1;
}
.fbFeedTicker, #pagelet_rhc_ticker, #pagelet_ticker
{display:none;}
}
html#facebook.ticker body.hasLeftCol div#globalContainer div#content.fb_content div#mainContainer div#contentCol.clearfix div#contentArea div#pagelet_composer div#u654449_2.uiComposer div.focus_target div.showWhenOpen {
display: block;
}
.home #leftCol {
display: none;
}
html#facebook.ticker body.hasLeftCol div#globalContainer div#content.fb_content div#mainContainer div#contentCol.clearfix div#contentArea div#pagelet_home_stream div#c4e7a47807c3bb5362305402.UIIntentionalStream ul#home_stream.uiList li#stream_story_4e7a4780994384e07986115.pvm a.uiTooltip i.img {
display: none;
}
html#facebook.ticker body.hasLeftCol div#globalContainer div#content.fb_content div#mainContainer div#leftColContainer div#leftCol {
display: none;
}
html#facebook.ticker body.hasLeftCol div#globalContainer div#content.fb_content div#mainContainer div#leftColContainer div#leftCol {
display: none;
}
html#facebook.ticker body.hasLeftCol div#globalContainer div#content.fb_content div#mainContainer div#contentCol.clearfix div#rightCol {
display: none;
}
html#facebook.ticker body.hasLeftCol div#globalContainer div#content.fb_content div#mainContainer div#leftColContainer div#leftCol {
min-height: 600px;
}
html#facebook.ticker body.hasLeftCol div#globalContainer div#content.fb_content div#mainContainer div#contentCol.clearfix div#rightCol {
width: 0px;
}
html#facebook.ticker body.hasLeftCol div#globalContainer div#content.fb_content div#mainContainer div#contentCol.clearfix div#contentArea div#pagelet_composer div#u693676_2.uiComposer div.focus_target div.showWhenOpen {
display: block;
}
html#facebook.ticker body.hasLeftCol div#globalContainer div#content.fb_content div#mainContainer div#contentCol.clearfix div#contentArea {
width: 750px;
}
li.uiUfiComment {
width: 650px;
}
li.ufiItem {
width: 650px;
}
.homeWiderContent div#rightCol {
padding-right: 0;
display: none; }
.hasLeftCol #leftCol {
display: none;
}
html#facebook.ticker body.hasLeftCol div#globalContainer div#content.fb_content div#mainContainer div#leftColContainer div#leftCol {
display: none;
}
html#facebook.ticker body.hasLeftCol div#globalContainer div#content.fb_content div#mainContainer div#leftColContainer div#leftCol .hasLeftCol {
display: none;
}
html#facebook.ticker body.hasLeftCol div#globalContainer div#content.fb_content div#mainContainer div#leftColContainer {
//display: none;
}
.hasLeftCol #contentCol {
margin-left: -181px;
}
.fbx #globalContainer {
margin-left: -181px;
}
#globalContainer {
margin: -181px;
}
#mainContainer {
margin-left: -181px;
}
html#facebook.ticker body.hasLeftCol div#globalContainer div#content.fb_content div#mainContainer div#leftColContainer div#leftCol div#pagelet_navigation div#sideNav.uiFutureSideNav div#pagelet_bookmark_nav div {
display: none;
}
html#facebook.ticker body.hasLeftCol div#globalContainer div#content.fb_content div#mainContainer div#leftColContainer div#leftCol div#pagelet_friends_online div#chatFriendsOnline div.pas {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment