您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Sing Developments has created this script for you to use for personal use. This script should help you to add spaces to your garage parking lot.
当前为
// ==UserScript== // @name Get More Spaces in Your Garage for Nitro Type and Math // @namespace http://tampermonkey.net/ // @version 0.2 // @description Sing Developments has created this script for you to use for personal use. This script should help you to add spaces to your garage parking lot. // @author Sing Developments // @match https://www.nitrotype.com/garage // @match https://www.nitromath.com/garage/ // @icon https://www.google.com/s2/favicons?sz=64&domain=nitrotype.com // @grant none // @license MIT // ==/UserScript== javascript:(async(a,b='',c,d=JSON.parse(JSON.parse(localStorage['persist:nt']).user).garage)=>{if(!a)return;for(c=0;c<a*30;c++)b+=`garage%5B${c}%5D=${d[c]||''}&`;await fetch('api/v2/loot/arrange-cars',{'headers':{'Authorization':'Bearer '+localStorage.player_token,'Content-Type':'application/x-www-form-urlencoded'},'body':b,'method':'POST','mode':'cors'});alert`Logging you out... Please log back in to see changes.`;document.querySelector('a.dropdown-link[href="/"]').click()})(prompt`Number of garage sections (~30 max):`)
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址