Deleting is another matter. Right now I'm reduced to tampering with the headers so that the entry text isn't transmitted when I try to delete, in order to reduce the postdata size, and be able to have the submission go through. I know, I could just rig up a script to disable the sole textarea and then hit delete, but I'm too lazy to, whatever.
Delete all the text in the textarea before submission, perhaps? (Ctrl+A, Delete for me, for example)
no subject
Date: 2007-06-04 09:08 am (UTC)Deleting is another matter. Right now I'm reduced to tampering with the headers so that the entry text isn't transmitted when I try to delete, in order to reduce the postdata size, and be able to have the submission go through. I know, I could just rig up a script to disable the sole textarea and then hit delete, but I'm too lazy to, whatever.
Delete all the text in the textarea before submission, perhaps? (Ctrl+A, Delete for me, for example)