When inspecting this site, the scripts are always paused in the debugger even if there are no break points set, and if the the pause is un-paused, it again pauses itself.
What can be done?
To ignore all breakpoints (including debugger statements):
Click Deactivate Breakpoints.
Reload the page.
debugger;statement somewhere. Usually you can right-click on that line and choose to never stop there, otherwise see Is it possible to avoid breaking on a debugger statement in Chrome? - wOxxOm