try it
// ==UserScript==
// @name Hack10fastfingers
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try it
// @license MIT k
// @author Duy
// @match https://10fastfingers.com/top1000/english/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=10fastfingers.com
// @grant none
// ==/UserScript==
$( "#inputfield" ).keyup(function() { $("#inputfield").val( $(".highlight").text() )});