joelacus / RedditEnhancer

A browser extension to tweak the user interface on Reddit
83 stars 1 forks source link

Add 'Auto Collapse AutoModerator Comment' feature #48

Closed tarikkirgin closed 5 months ago

tarikkirgin commented 5 months ago

This adds an option for all Reddit versions to automatically collapse the top comment made by AutoModerator. Not sure if there is a better implementation for the "Old New UI" as I had to use a setTimeout to wait for the button to load which is a bit hacky.

joelacus commented 5 months ago

That's amazing, thank you for implementing the new feature! I'm away in Amsterdam at the moment, but I'll review the changes properly and merge them when I get home. It all looks good though! I have an observer I use for some features to wait for certain elements to load first, so I can use that for the Old New UI. Thanks!

tarikkirgin commented 5 months ago

Sounds good :) Thanks for merging!