Greasy Fork is available in English.
完善SNA Cente显示上的一些产品特性
当前为
// ==UserScript==
// @name H3C SNA Center Plugion
// @namespace http://greasyfork.icu/scripts/437336-h3c-sna-center-plugion/
// @version 0.8
// @description 完善SNA Cente显示上的一些产品特性
// @author 储伟杰
// @match */portal/#/campus/provision/inventory/device-resource/main/physical-device
// @grant none
// @license MIT
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_setClipboard
// @grant GM_log
// @grant GM_xmlhttpRequest
// @grant unsafeWindow
// @grant window.close
// @grant window.focus
// ==/UserScript==
(function() {
'use strict';
alert(getCookie("org.springframework.web.servlet.i18n.CookieLocaleResolver.LOCALE"));
})();