Created
June 1, 2014 20:51
-
-
Save aadsm/458c2e6f8793e56c0bc4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #rightCol { | |
| display: none; | |
| } | |
| #contentArea { | |
| width: 786px !important; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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