Nitro Type winner.

Nitro

  1. // ==UserScript==
  2. // @name Nitro Type winner.
  3. // @namespace https://www.youtube.com/watch?v=X5Kby6s86dE&t=6s
  4. // @version 1.0
  5. // @description Nitro
  6. // @match https://www.nitrotype.com/race/*
  7. // ==/UserScript==
  8.  
  9.  
  10.  
  11.  
  12.  
  13. var checkExist = setInterval(function() {
  14. if (document.querySelectorAll(".dash-copy").length) {
  15. clearInterval(checkExist);
  16. setTimeout(function(){
  17. window.location.reload()
  18. }, 1000)
  19.  
  20. }
  21. }, 100); //

QingJ © 2025

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