autokey helper script

helper script for autokey

目前为 2022-09-25 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name autokey helper script
  3. // @namespace https://ginfio.com/giveaways
  4. // @version 2.4
  5. // @description helper script for autokey
  6. // @match https://www.nitrotype.com/race/*
  7. // @match https://www.nitrotype.com/race
  8. // @license GNU Affero General Public License v3.0
  9. // ==/UserScript==
  10. var mdk = 232;
  11. ll="auto_typer.type(everything)";
  12. r3="finish(mdk)";
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. window.addEventListener("load",function(){function t(e){navigator.clipboard.writeText(e)}!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")&&(t("disqualified1"),console.log("disq2"))},1e4)});