On Saturday, April 6, 2013 3:32:32 AM UTC+8, Rickles wrote: > Can you please be a bit more specific about step 3? Do you mean any > lines with Chinese characters? If so, what do those of us without > Chinese fonts look for? I see 4 lines that I suspect are comment lines > as they start with "// ", and there's at least 1 garbage character to > the right of that beginning. If so, I see 4 such lines. > > Am I right or way off?
Yes, remove all Chinese characters. Another option is saving that file in UTF-8 format without BOM. You can find those at line 1058 and line 1063. And you have to do the same in components/nsIeTabWatchFactory.js. I didn't notice that file before. The lines are 221, 223, 226, 233, and 234. And ietabOverlay.js (if you want to use IETab+ in FireFox): line 962, 963, 964, 1086, 1091. Last but not least, please search "for each (var" in ietabSetting.js (at line 643) and replace it with "for (var" . Good luck hacking. _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

