Skip to content

Instantly share code, notes, and snippets.

@morhetz
Last active October 19, 2017 20:32
Show Gist options
  • Save morhetz/4b74e7c823eb8468d2b8459fb2ce9df4 to your computer and use it in GitHub Desktop.
Save morhetz/4b74e7c823eb8468d2b8459fb2ce9df4 to your computer and use it in GitHub Desktop.
/* facebook */
#pagelet_bookmark_nav, /* Left column: Bookmarks */
a[href*="lists"], /* Left column: Lists like 'Close Friends' */
div[id*="ticker"], /* Right column / Chat sidebar: news ticker */
div[id*="pagelet_trending_tags_and_topics"] /* Right column: Trending tags and topics */
{
display: none !important;
}
/* News feed - Needs visibility:hidden to prevent endless refreshing */
div[id*="topnews"] {
visibility: hidden !important;
}
/* twitter */
#timeline.content-main.top-timeline-tweetbox .stream-container
{
display: none !important;
}
#doc.route-home .dashboard.dashboard-left .module.trends,
#doc.route-home .dashboard.dashboard-right {
visibility: hidden;
}
/* instagram */
main[role="main"] #mainFeed {
display: none !important;
}
/* meduza */
main[role="main"].App-content .Page.Page--asChronology,
main[role="main"].App-content .Page.Page--asSections {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment