Browse Source

feat(ctbu-kaptcha): header 中加入 `updateURL` 和 `downloadURL`

master
kdxcxs 3 years ago
parent
commit
23358847ef
  1. 2
      remove-ctbu-login-kaptcha/dist/remove-ctbu-login-kaptcha.user.js
  2. 2
      remove-ctbu-login-kaptcha/tampermonkey.header.js

2
remove-ctbu-login-kaptcha/dist/remove-ctbu-login-kaptcha.user.js

File diff suppressed because one or more lines are too long

2
remove-ctbu-login-kaptcha/tampermonkey.header.js

@ -6,6 +6,8 @@ class MetadataBlock {
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'
}
}

Loading…
Cancel
Save