We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02eaad commit 7014e0cCopy full SHA for 7014e0c
chrome/content/scripts/jasminum.js
@@ -2,7 +2,7 @@ Zotero.Jasminum = new function () {
2
// Default values
3
this.userAgent =
4
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36";
5
- this.CNDB = ['CNKI'];
+ this.CNDB = ['CNKI', 'WeiPu', 'Wanfang Data', 'SuperLib'];
6
this.CookieSandbox = null;
7
this.RefCookieSandbox = null;
8
0 commit comments