@pattygirl2:
I'm not sure I understand what you meant when you said: "I cannot even write you here if I am on firefox, btw." ... and when you said: "My mail even jumps when just reading a letter. and my tool bars are
blacked out one hotmail as well as google - (but not when accessed
thru firefox)". I'll try to help you, but you'll need to provide more details on what the problems are.
Regarding how to set the auto save interval to 99 in the script, here are some instructions for you ...
I am assuming that you are using the Firefox browser, and that you have Greasemonkey installed.
1. In Firefox's window, click the Tools menu item at the top of the window.
2. A drop-down menu should appear. Hover your mouse over the Greasemonkey menu item and another menu will pop out.
3. Click the Manage User Scripts item in that menu. A Manage User Scripts window should open.
4. In the Manage User Scripts window, left click the Hotmail Auto Save Interval entry in the window's left column (the entry should then be highlighted).
5. At the bottom of the window, verify that the Enabled box is checked (if it is not checked, click the box to cause it to be checked).
6. Click the Edit button at the bottom of the window. A window should open displaying the script (if
you first get a window that asks you to specify the program used to edit scripts, navigate to where
Notepad is located on your computer and select it .... Notepad is usually stored in the System32
folder which is in the Windows folder on your hard drive).
7. When the script opens, change the value in this line:
window.wrappedJSObject.ComposePage.autoSaveDraft.interval = 3;
...
from 3 to whatever value (in minutes) you wish for the "save to drafts"
interval. If you want to disable the "save to drafts" feature, set the
interval to something like 60. Be sure to read all the notes at the
bottom of the script.
8. Then, save the script file (click File, then Save) ... and then close the script window.
9. Click Close (bottom right) in the Manage User Scripts window.
10. Sign on to Hotmail, start composing a message. The first save interval will still be 3 minutes
(as described in the script's notes). All other intervals will be set to the value you placed into
the script.
If you have any other questions, just post here.