Skip to content

Instantly share code, notes, and snippets.

@om4james
Created May 30, 2012 05:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save om4james/2833936 to your computer and use it in GitHub Desktop.
Save om4james/2833936 to your computer and use it in GitHub Desktop.
Google Chrome (Mac) - Disable Google search, Google mail ads, Facebook Ads, and Facebook Trending Articles
/* Add the following CSS rules to ~/Library/Application Support/Google/Chrome/Default/User StyleSheets/Custom.css */
/* Hide Google Mail Ads and right hand panel */
td.y3 { display: none; }
/* Hide Google Search Ads */
div.c { display: none; }
/* Hide Facebook Trending Articles */
html#facebook li.uiStreamStoryAttachmentOnly { display: none !important; }
/* Hide Facebook Ads */
html#facebook #pagelet_ego_pane_w { display: none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment