Skip to content

Instantly share code, notes, and snippets.

@coreyhaines
Last active December 10, 2015 16:08
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coreyhaines/4458959 to your computer and use it in GitHub Desktop.
Save coreyhaines/4458959 to your computer and use it in GitHub Desktop.
Make Hacker News Palatable
// put this in your address bar, or, better yet, make a bookmark. It removes all traces of comments.
javascript:var subtexts = document.getElementsByClassName("subtext"); Array.prototype.forEach.call(subtexts, function(subtext) { subtext.style.display = 'none'; });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment