You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.
Currently we're able to hide/remove posts (of course).
But we can't hide/remove replies before clicking jump to see it as a post
Please add this feature. I want to be able to hide those mass replying posts but currently if I jump to those posts and I hide them I can't go back to the post that it was replying to. Also an automatic filter if there's more than set number of replies in a post would be great.
The text was updated successfully, but these errors were encountered:
Just add /(>>\d+( \(\w+\))?[ |\n]){10}/ to your filter list and replace the 10 with whatever number of replies you want it to filter
Woow thank you very much regex master! I totally don't realize that regex can solve this kind of problem. Although I think my request still stands, this totally suffices for my use case.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently we're able to hide/remove posts (of course).
But we can't hide/remove replies before clicking jump to see it as a post
Please add this feature. I want to be able to hide those mass replying posts but currently if I jump to those posts and I hide them I can't go back to the post that it was replying to. Also an automatic filter if there's more than set number of replies in a post would be great.
The text was updated successfully, but these errors were encountered: