Hack10fastfingers

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() )});

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址