Windows Live Ad Remover

By mungushume Last update Jan 18, 2011 — Installed 63,538 times.

auto save to drafts

in
Subscribe to auto save to drafts 1 post, 1 voice

langware Scriptwright
FirefoxWindows

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:
autoSaveDraft : { interval: 3 },

.... 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):


ComposePage = {

other code

autoSaveDraft : { interval: 3 },

more code

}

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel