Created
September 14, 2012 19:25
-
-
Save tregusti/3724130 to your computer and use it in GitHub Desktop.
Custom stylesheet for browsers to hide and style stuff.
This file contains 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
/** | |
Usage: | |
Google Chrome: Add to ~/Library/Application Support/Google/Chrome/Default/User Stylesheets/Custom.css | |
**/ | |
/* Remove facebook friend finder, game tips and other crap to the right */ | |
#facebook #pagelet_ego_pane_w { display: none; } | |
#facebook #pagelet_ego_pane { display: none } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment