您需要先安装一个扩展,例如 篡改猴、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 https://singdevelopmentsblog.wordpress.com
- // @version 0.3
- // @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://singdevelopmentsblog.files.wordpress.com/2022/11/nitrotype-logo.jpg
- // @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):`)