Improved Collapsible Comments - Script that lets you collapse replies by clicking a line to the side of each comment
This userscript for kbin enhances the comment section adjusting the layout and adding a line to the left of each comment and its replies that lets you collapse them. The design is inspired by some custom subreddit stylesheets, and new reddit surprisingly enough (you know what they say about broken clocks).
Personally, I think this is the best way to handle collapsing comments here's a screenshot.
If you don't have a userscript manager extension installed, you can install Tampermonkey, and then open the greasyfork link above.
You are viewing a single comment
Thanks, I'm glad to hear you like it!
Good call about the padding, I'll add that back in the next update. For now, you can edit the script, and add this to line 150, after
styles.innerHTML =
@artillect Perfect, thank you so much!
I just released an update that adds the padding back and has a few other improvements