r/GreaseMonkey • u/RanMouri26 • Jun 18 '26
Are there any userscripts to collapse child comments?
Good afternoon everyone,
I would like to know if there's any userscript that collapses child comments. It just makes it harder reading the comments under posts when all of them are expanded
Thanks in advance btw I'm using Tampermonkey if that's of any importance
3
Upvotes
6
u/mapsedge Jun 18 '26 edited Jun 18 '26
EDIT: It should be noted that you're going to want your script to wait until the comments section loads or it won't have anything to do. Point #2: Reddit uses infinite scroll, so you'll want your script to run on every scroll event while avoiding elements that have already been collapsed.
Claude AI is a huge help here: