auto save to drafts
![]() ![]() |
Hotmail has recently added an "auto save to drafts" feature. New messages being composed are automatically saved in the Drafts folder every three minutes. Users are not given an option to change the three minute interval. I searched through the HTML for the New Message Compose page and found this line of code:
.... which is included in a script. This line of code looks like it controls the three minute interval. I am a novice script writer and cannot figure out how to change the above line of text (that is part of a script in the HTML that Hotmail generates) in order to increase or decrease interval that messages are automatically saved. Can anyone offer some suggestion on how I could write a user script that could modify the above line of code? Can the existing Windows Live Ad Remover be modified to change the three minute interval used by Hotmails "auto save to drafts"? The above line of code is found in this context within the HTML generated by Hotmail (new message compose page):
other code autoSaveDraft : { interval: 3 }, more code }
|

