Skip to content

Instantly share code, notes, and snippets.

@Wilfred
Created October 12, 2016 13:34
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 Wilfred/3d45dfc880423ca2439e8303e7cd918c to your computer and use it in GitHub Desktop.
Save Wilfred/3d45dfc880423ca2439e8303e7cd918c to your computer and use it in GitHub Desktop.
Hide notifications and network updates on SO: stylish configuration
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("stackoverflow.com") {
#hot-network-questions {
display: none;
}
.community-bulletin {
display: none;
}
.unread-count {
display: none !important;
}
.topbar .icon-achievements.icon-achievements-unread {
background-position: -220px -54px
}
}
@-moz-document domain("stackexchange.com") {
#hot-network-questions {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment