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 · 1 comment

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.

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

2 participants