您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
You will get NT gold cars everywhere in Garage on nitro type.
当前为
// ==UserScript== // @name You got it! NT Gold. // @namespace https://www.youtube.com/@GaSk-nitype // @version Admin.99 // @description You will get NT gold cars everywhere in Garage on nitro type. // @author GaSk // @match https://www.nitrotype.com/garage // @license MIT // ==/UserScript== /*88+pro.get_post(local_) GET.CAR.id(175); game = Nitro Type; game.give(GaSk NT, NT Gold); amount = garageFull; */ var carId = 175; var cr = "https://www.nitrotype.com/cars/"+carId+"_large_1.png"; window.onload = function(){ var t = document.querySelectorAll(".is-empty"); var pC = document.querySelector(".profile-car"); t.forEach(function(tt){ tt.className = "garage-spot"; }) var nw = document.querySelectorAll(".garage-spot"); nw.forEach(function(gs){ gs.addEventListener("click", function(){ pC.src = cr; setTimeout(function(){ pC.src = cr; pC.setAttribute("class", "profile-car is-exiting"); }, 200); setTimeout(function(){ pC.setAttribute("class", "profile-car is-entering"); pC.src = "https://www.nitrotype.com/cars/97_large_1.png"; document.querySelectorAll(".mtm")[0].innerHTML = "Wampus" }, 300) }) }) var x = document.querySelectorAll(".garage-vehichleImage"); x.forEach(function(y){ y.style.backgroundImage = "url(https://www.nitrotype.com/cars/175_small_1.png)"; y.setAttribute("data-tip", "NT Gold"); }) }
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址