eng
competition

Text Practice Mode

10fastfingers hack with directions

created Jun 14th 2019, 19:39 by vishyfishy


6


Rating

88 words
11 completed
00:00
Instructions:So when you copy this (not the intstructions) You will press the tree dots thingy at the top and go to more tools and press on Developter tools. Go to Console and where you see the arrow you past the hack then after the end of }, 100) you press space and the hack will work.( make sure your in typing test.                                            copy this:
 
var input = $('#inputfield')[0]
var ev = $.Event('keyup')
ev.which = 32
setInterval(function() {
    if ($('.highlight')[0]) {
        input.focus()
        input.value = $('.highlight').text()
        $(input).trigger(ev)
    }
}, 100)

saving score / loading statistics ...