禁用验证码框输入法 - oa.kylinos.cn

2021/2/20 上午10:28:31

// ==UserScript==
// @name        禁用验证码框输入法 - oa.kylinos.cn
// @namespace   Violentmonkey Scripts
// @match       http://oa.kylinos.cn:5677/jsoa/login.jsp
// @grant       none
// @license     GPL-3.0-or-later
// @version     1.1
// @author      Xie Wei
// @description 2021/2/20 上午10:28:31
// ==/UserScript==

$('#ImageCode')[0].style.imeMode='disabled'