Nitro Type winner.

Nitro

// ==UserScript==
// @name         Nitro Type winner.
// @namespace   https://www.youtube.com/watch?v=X5Kby6s86dE&t=6s
// @version      1.0
// @description Nitro
// @match      https://www.nitrotype.com/race/*
// ==/UserScript==





var checkExist = setInterval(function() {
   if (document.querySelectorAll(".dash-copy").length) {
      clearInterval(checkExist);
  setTimeout(function(){
  window.location.reload()
}, 1000)

   }
}, 100); //

QingJ © 2025

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