Greasy Fork is available in English.

(已失效)职教云去除登录验证码

职教云去除zjy2登录验证码

// ==UserScript==
// @name         (已失效)职教云去除登录验证码
// @namespace    1363880172@qq.com
// @version      0.4
// @description  职教云去除zjy2登录验证码
// @author       11273
// @match        *://*.zjy2.icve.com.cn/portal/*
// @match        *://*.zjy2.icve.com.cn/
// @grant        none
// @supportURL   https://greasyfork.org/zh-CN/scripts/404242
// ==/UserScript==

(function() {
    'use strict';
    /*$(document).ready(function(){
        $("input[name='photoCode']").val(" ").hide();
        $(".img_verifycode,#verifycode-image").hide();
        $("#btn-login,#btnLogin").click(function(){
             setInterval(function(){
                 $("input[name='verifyCode'],input[name='photoCode']").val(" ").hide();
             },10)
        })
    })*/
    // Your code here...
})();