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.0
// @author      WengH
// @run-at      document-idle
// @description 2020/6/28 15:39:04
// ==/UserScript==

(function() {
    if (typeof variable === 'undefined') {
        viewer.saveButton.onclick = function() {
            self.saveModel(document.title.split(':')[0].trim())
        }
    }
})();