PowerDeleteSuite icon indicating copy to clipboard operation
PowerDeleteSuite copied to clipboard

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

Open tmairegasnighto opened this issue 5 years ago • 3 comments

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.

tmairegasnighto avatar Dec 24 '19 02:12 tmairegasnighto

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.

dsl101 avatar Jun 22 '23 15:06 dsl101