Not sure if I'll actually make this, but I've done something like this in the past a few times.
Some games will have annoying long delays, or perhaps require you to type something very quickly. It could be useful to be able to slow the game down, or speed it up. How would we accomplish that? By overriding window.setTimeout and/or window.setInterval
Not sure if I'll actually make this, but I've done something like this in the past a few times.
Some games will have annoying long delays, or perhaps require you to type something very quickly. It could be useful to be able to slow the game down, or speed it up. How would we accomplish that? By overriding
window.setTimeoutand/orwindow.setInterval