Skip to content

Instantly share code, notes, and snippets.

@rien
Created February 18, 2019 15:14
Show Gist options
  • Save rien/72e617a2f7b8d48da8407efa5bb67fb3 to your computer and use it in GitHub Desktop.
Save rien/72e617a2f7b8d48da8407efa5bb67fb3 to your computer and use it in GitHub Desktop.
Hide the Facebook news feed. It's full of crap anyway.
/* This hides the Facebook news feed before the JS kicks in */
div[id^='explorefeed_main_stream'],
div[id^='topnews_main_stream'],
div.ticker_stream,
div.ego_column,
#pagelet_home_stream,
#pagelet_trending_tags_and_topics,
#stories_pagelet_rhc,
#fb_stories_card_root,
#pagelet_games_rhc,
#pagelet_canvas_nav_content
{
display: none !important;
pointer-events: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment