您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
helper script for autokey
当前为
// ==UserScript== // @name Autokey helper script - nitro type bot // @namespace https://ginfio.com/giveaways // @version 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== /*var mdk = 232; ll="auto_typer.type(everything)"; r3="finish(mdk)";*/ window.addEventListener("load",function(){function n(t){navigator.clipboard.writeText(t)}function t(){window.location.reload()}setInterval(function(){document.querySelector(".raceResults")&&t()},0),function(){let t=setInterval(function(){document.querySelector(".dash-copy")&&(clearInterval(t),n("start typing"),setTimeout(function(){n(document.querySelector(".dash-copy").textContent)},600))},1e3)}(),setInterval(function(){document.querySelector(".modal--raceError")&&t()},5e3),setInterval(function(){btns=Array.from(document.querySelectorAll(".btn.btn--primary.btn--fw")),continue_btn=[],0<btns.length&&(continue_btn=btns.filter(function(t){return t.textContent.includes("ntinue")})),0<continue_btn.length?window.location.reload():console.log("did't find.")},1e4),setTimeout(function(){window.location.href="https://www.nitrotype.com/race"},5e4)});