Text Practice Mode
10fastfingers hack with directions
created Jun 14th 2019, 19:39 by vishyfishy
6
88 words
13 completed
0
Rating visible after 3 or more votes
saving score / loading statistics ...
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)
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)
