1. Open JS Console.
2. Copy and paste the following, but don't submit:
var n = {seconds: $("#thebutton-timer").val(),prev_seconds: r.thebutton._msgSecondsLeft,tick_time: r.thebutton._tickTime,tick_mac: r.thebutton._tickMac};
3. Wait for the timer to hit a time you like and hit ENTER to record the timer seconds and tic MAC.
4. Repeat until you're happy with the score.
5. Paste the following into your console and hit ENTER:
$.request("press_button", n, function(e) {
console.log(e)
});