您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
2020/6/28 15:39:04
// ==UserScript== // @name Unblock GameModels3D // @namespace Violentmonkey Scripts // @match *://gamemodels3d.com/* // @grant none // @version 1.6 // @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(a, b){ console.log(a, b); if (['visual', 'armor', 'hitbox'].includes(a)) go(a) else if (b !== undefined) SetModule(a, b) else if (a in VIEW.components) CONTROLLER.setComponents(a) else if (a in VIEW.characteristics) CONTROLLER.setCharacteristics(a) } } })();