TampermonkeyScripts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
392 B

class MetadataBlock {
constructor() {
this.name = 'Remove CTBU login kaptcha'
this.version = '0.1.0'
this.description = '去除重庆工商大学信息门户登录验证码'
this.author = 'cx@kdxcxs.com'
this.include = ['https://cas.ctbu.edu.cn/lyuapServer/login*']
this.grant = 'unsafeWindow'
}
}
module.exports = new MetadataBlock()