Unblock GameModels3D

2020/6/28 15:39:04

目前为 2020-06-28 提交的版本。查看 最新版本

// ==UserScript==
// @name        Unblock GameModels3D
// @namespace   Violentmonkey Scripts
// @match       *://gamemodels3d.com/*
// @grant       none
// @version     1.2
// @author      WengH
// @run-at      document-idle
// @description 2020/6/28 15:39:04
// ==/UserScript==

(function() {
    if (typeof viewer !== 'undefined') {
        viewer.saveButton.onclick = function() {
            self.saveModel(document.title.split(':')[0].trim())
        }
    }
    if (typeof loginForm !== 'undefined') {
        loginForm = function(s){
            if (s === undefined && s === 'needRegister')
                return
            else if (['visual', 'armor', 'hitbox'].includes(s))
                go(s)
            else
                SetModule(s)
        }
    }
})();

QingJ © 2025

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