UI Deploy

Curated, Short, Web UI Dev we Love.

MockTheClock (MTC) - a JavaScript library for spoofing time in browser

MockTheClock (MTC) is a JavaScript library for spoofing time in browser. (Yes, this is for browser, not Node, there is a better way to do this in Node)

While libraries like this existed before, they didn't support performance.now() or Workers, but since I needed this to slow down some 3D stuff, and those 3D apps were using these features, I had to write my own library.

view source

Advertisement