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