I have a very annoying site I have to use that uses setTimeouts to force the user to wait 15 seconds before proceeding, and it would be great to be able to call something like window.fastForward(15000) to move it along.
When writing out tests that depend on timing, there are artificial ways to fast forward time so we don't have to actually wait 30 seconds for a test to run. Does something like this exist in any browser?