-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding an option to process all comments #81
Comments
Possible ideas include:
Maybe a combination of different methods could be used. What do you think would be the best approach for this? |
The last one seems reasonable, it can be placed maybe under OP |
Also hope that it will show deleted comments that are not visible in the page When there is no indication of the comment being there |
That sounds reasonable, currently I have an implementation that adds a link by the parent post and also has a keyboard shortcut. If you're interested in testing it and giving feedback that would be great, let me know. (see #85)
While it sounds useful, I feel that is out of the scope of the project for now. Determining which comments were deleted/removed using info from the Pushshift and Reddit APIs and determining positions in the comment tree for placing the comments is a complicated problem that would likely take a significant amount of time to implement. Feel free to open a separate issue for that feature, but as of now, I think a simpler approach would be to just create a link to an external site such as unddit.com if that's what you're looking for. |
Here
Already using two userscripts but thought it would be better to be less reliant on external sites https://greasyfork.org/en/scripts/435980-reddit-add-unddit-links
It is working fine for topics It is also showing on the first topic when viewing a subreddit When clicking on it, it shows the first edited topic from the list, and does nothing if there was no edited topic Thanks |
Hello
Sometimes there are a lot of deleted or edited comments on a page
So instead of doing it one by one, it would be great if the is an option to do it all
There are websites that do it like unddit and reveddit, but doing it on reddit would be better
Thanks
The text was updated successfully, but these errors were encountered: