Created
February 18, 2019 15:14
-
-
Save rien/72e617a2f7b8d48da8407efa5bb67fb3 to your computer and use it in GitHub Desktop.
Hide the Facebook news feed. It's full of crap anyway.
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
/* 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