I accidentally noticed that WebKit and Firefox define a global variable called "Counter" in the window. Any idea what it is?
In Chrome, it looks like that on a watch:
Counter: function Counter() { [native code] }
Note: this variable is missing in IE (tested with version 10)
source share