Skip to content

Instantly share code, notes, and snippets.

@mdekstrand
Created May 29, 2015 17:18
Show Gist options
  • Select an option

  • Save mdekstrand/b63b4858a07c83a4daab to your computer and use it in GitHub Desktop.

Select an option

Save mdekstrand/b63b4858a07c83a4daab to your computer and use it in GitHub Desktop.
Hide Stack Exchange recommendations
/* User style for Stylish that hides Stack Exchange recommendations. */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("stackoverflow.com"), 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