Script Summary: Some people just aren't worth listening to.
There are some people who are so abrasive that you wish you could just mute them... now you can.
Modes
Collapse
- Reduces the comment to a summery, the same effect as clicking the hide button.
Remove
- Removes the comment outright.
Leveraging CSS it removes the whitespace between issues, this is done because the whitespace adds up when you remove a comment, a big buffer can result from deleting multiple adjacent comments. The whitespace is hidden by using the line-height property, it does not use display:none as that would not allow it to perform it's primary purpose, clearing floaters.
Changes
- Stupid bug that kept it from working (was a last min change).



