Skip to content

Instantly share code, notes, and snippets.

@tregusti
Created September 14, 2012 19:25
Show Gist options
  • Save tregusti/3724130 to your computer and use it in GitHub Desktop.
Save tregusti/3724130 to your computer and use it in GitHub Desktop.
Custom stylesheet for browsers to hide and style stuff.
/**
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