Over the past few days, whenever I go to SO's opening page, IE displays the following warning:
Stop running this script?
A script on this page is causing Internet Explorer to run slowly. If it continues to run, your computer might become unresponsive.
If I say Yes, color coding of posts with tags in my Favorite Tags and Ignored Tags lists is disabled. If I say No, color coding works.
Update: No one has any thoughts on this? If it helps, I just ran IE8's developer tools profiler while loading the main page, and it says the onreadystatechange event is taking 20+ seconds to run! It has a long call tree inside that event, could this be a recursive function got wrong? For comparison, if I load the full site on my mobile webbrowser, it loads very quickly. So maybe the script is doing some browser-specific operation that is badly written?