autokey helper script

helper script for autokey

目前为 2022-08-10 提交的版本。查看 最新版本

// ==UserScript==
// @name         autokey helper script
// @namespace   https://ginfio.com/giveaways
// @version      2.3
// @description helper script for autokey
// @match      https://www.nitrotype.com/race/*
// @match https://www.nitrotype.com/race
// @license GNU Affero General Public License v3.0
// ==/UserScript==
 

window.addEventListener("load",function(){function b(a){navigator.clipboard.writeText(a)}let a;a=setInterval(function(){document.querySelector(".dash-copy")&&(clearInterval(a),b("start typing"),setTimeout(function(){b(document.querySelector(".dash-copy").textContent)},600))},1e3),setInterval(function(){document.querySelector(".modal--raceError")&&(b("disqualified1"),console.log("disq1"),setTimeout(function(){b("disqualified2"),console.log("disq2")},2e3))},1e4)})

QingJ © 2025

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