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()