Reddit Secure Delete - Only Comments More Than 7 Days Old

Securely delete your reddit posts. Now with the ability to only securely delete comments more than 7 days old. Originally by https://greasyfork.org/en/users/5868-mrazavi

Dit zijn versies van het script waarin de code is bijgewerkt. Alle versies tonen.

  • v1.10 19-04-2016 reverting back to 1.8 version
  • v1.9 12-04-2016 grant unsafewindow
  • v1.8 12-04-2016 unsafeWindow instead of window on event listener add
  • v1.7 07-04-2016 Somehow missing semicolons? Not sure how the text got changed or maybe it is just enforcing better code with the new version of TamperMonkey
  • v1.6 11-03-2016 Same as last fix. Not sure.
  • v1.5 11-03-2016 logical error that somehow crept in on the conditional for setting the on screen labels when deleting all over X days old.
  • v1.4 08-03-2016 Added error checking for so it doesnt error out when you don't have any comments older than 7 days old.
  • v1.3 05-03-2016 Updated the Additional info description here on the website with a very important troubleshooting tip.
  • v1.2 05-03-2016 Accidentally set the days_to_go_back var to 3 instead of 7. Fixed.
  • v1.1 03-03-2016 updated the time stamp element name. It is now simply called "time" as best as I can tell.
  • v1 26-01-2016