NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name 四川大学软件学院课程中心验证码Killer // @namespace scu_swjx // @description 移除四川大学软件学院课程中心的伪静态验证码 // @include http://swjx.scu.edu.cn/moodle/login/index.php // @version 1 // @grant none // @author lightning-zgc // ==/UserScript== var pass = document.getElementById('passcode'); pass.value = 'hbuckwpzg'; pass.setAttribute('style', 'display:none;');