Skip to content

Instantly share code, notes, and snippets.

@aadsm
Created June 1, 2014 20:51
Show Gist options
  • Select an option

  • Save aadsm/458c2e6f8793e56c0bc4 to your computer and use it in GitHub Desktop.

Select an option

Save aadsm/458c2e6f8793e56c0bc4 to your computer and use it in GitHub Desktop.
#rightCol {
display: none;
}
#contentArea {
width: 786px !important;
}
{
"manifest_version": 2,
"name": "Hide Facebook Ad Column",
"description": "Hides the facebook ad column",
"version": "1.0",
"content_scripts": [{
"matches": ["https://www.facebook.com/*"],
"css": ["fb-ad-column.css"]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment