Hacker News new | ask | show | jobs
by duncanbojangles 5202 days ago
It would help me tremendously if HN offered the option to "fold" comments and children of those comments like on Reddit. I do this often to get past the meme threads and onto the real meat and potatoes. But, I think that may be outside the scope of HN's style or design of the interface.
2 comments

I use a Greasemonkey script which does exactly that, and quite well - I searched for the title of the script to grab a link to it, but it looks like there may be a few different options to choose from: https://www.google.com/search?ie=UTF-8&oe=UTF-8&sour...
javascript:(function()%7Bvar s=document.createElement('script');s.type='text/javascript';s.src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min...;

Save it as a bookmark and run it on each page.

I'd like to use this, but it has been corrupted by URL shortening. Viewing the source doesn't fix it.

Can you re-enter this as code (indent 4 spaces).