Skip to content
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

Prevent the script from re-editing comments/posts that were edited in a prior run. #15

Open
tmairegasnighto opened this issue Dec 24, 2019 · 3 comments

Comments

@tmairegasnighto
Copy link

This is for users that edit, but do not delete.

The code could embed a hidden hash of the username into the comment and hide it visibly by preceding it with 16 carrots(^) - which makes it invisible.

When the script see this string, it aborts the edit.

This would also have a dramatic performance improvement for those not deleting.

@dsl101
Copy link

dsl101 commented Jun 22, 2023

I posted this elsewhere, but even just checking if the current content is the same as the edit box and not updating in that case would be a big win, given the use case for most people.

@IndigoGollum
Copy link

As a workaround, i think it should be possible to just set the minimum age to edit to the last time you ran PDS.

@Sada-Mio
Copy link

Work around for me is to set it to edit only comments newer than the last time I ran PDS. Downside is it would edit my recently made comments which is annoying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants