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); //