I was studying the Twitter source code, and I came across the following snippet:
window.setTimeout=window.setTimeout;window.setInterval=window.setInterval;
Why is Twitter overriding these features?
Edit: To see the code, go to any Twitter user page, open the page source, and you will see this fragment in the second javascript block.
source share