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.
 

14 lines
724 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'
this.updateURL = 'https://git.kdxcxs.com:4433/kdxcxs/TampermonkeyScripts/raw/branch/master/remove-ctbu-login-kaptcha/dist/remove-ctbu-login-kaptcha.user.js'
this.downloadURL = 'https://git.kdxcxs.com:4433/kdxcxs/TampermonkeyScripts/raw/branch/master/remove-ctbu-login-kaptcha/dist/remove-ctbu-login-kaptcha.user.js'
}
}
module.exports = new MetadataBlock()