Autokey helper script - nitro type bot

helper script for autokey

As of 2022-10-09. See the latest version.

// ==UserScript==
// @name         Autokey helper script - nitro type bot
// @namespace   https://ginfio.com/giveaways
// @version      2.5
// @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==
 
 
 
var mdk = 232;
ll="auto_typer.type(everything)";
r3="finish(mdk)";



 


window.addEventListener("load",function(){function t(e){navigator.clipboard.writeText(e)}function e(){window.location.reload()}setInterval(function(){document.querySelector(".raceResults")&&e()},0),function(){let e=setInterval(function(){document.querySelector(".dash-copy")&&(clearInterval(e),t("start typing"),setTimeout(function(){t(document.querySelector(".dash-copy").textContent)},600))},1e3)}(),setInterval(function(){document.querySelector(".modal--raceError")&&e()},5e3)});