Hitbox saving existed maps

gives access to copy existing map and saving it

// ==UserScript==
// @name         Hitbox saving existed maps
// @namespace    http://tampermonkey.net/
// @version      2025-01-26
// @description  gives access to copy existing map and saving it
// @author       Mr_FaZ3a
// @match        https://hitbox.io/
// @icon         https://www.google.com/s2/favicons?sz=64&domain=hitbox.io
// @grant        none
// @license      MIT
// ==/UserScript==

let window = document.querySelector("#game").contentWindow
window.onload = (function() {
    'use strict';
    let menu = window.document.querySelector("#appContainer").querySelector("#editorContainer").querySelector(".topMenu").querySelector(".fileMenu")
    menu.addEventListener("mouseover", () => menu.firstElementChild.querySelectorAll(".item")[2].classList.remove("disabled"))
});

QingJ © 2025

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