Just a normal text editor will do. I used the find function of the text editor to locate the key word "s.config.scayt_autostartup". You will find the statement instantly.
The js file appear as one line due to the javascript compression, which is meant to reduce the overhead and hence reducing the file size for optimal page loading. If you wanna have a look into the original code, you may consider using the following website...
http://jsbeautifier.org/ though it doesn't return you the original variable name.
Make the following changes...
Remove or comment out...
t=s.config.scayt_autoStartup;t=t==undefined||t; and replace with t=false;
Remove or comment out...
E=s.config.scayt_autoStartup; and replace with E=false;
This will turn off the SCAYT autostart.
There may be easier way to do this, though this is the only way I know...
