Skip to content

Instantly share code, notes, and snippets.

@jstrieb
Last active June 18, 2018 20:28
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 jstrieb/8bbd27b47970e76893fd2a7cdcc0d8d3 to your computer and use it in GitHub Desktop.
Save jstrieb/8bbd27b47970e76893fd2a7cdcc0d8d3 to your computer and use it in GitHub Desktop.
Bookmarklet to hide the "Hot Network Questions" on Stack Overflow and related sites
// To install, highlight the line below and drag it to your bookmarks bar
javascript:(function(){document.getElementById("hot-network-questions").style.display = "none";})();
// To use this extension, simply visit a Stack Exchange site with Hot Network Questions and press the bookmarklet to hide them
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment