改变 Google Scholar 颜色
This commit is contained in:
@@ -201,7 +201,7 @@ function bf_list() {
|
||||
}
|
||||
if ((Math.round(Date.parse(new Date()) / 1000) - arr[i].ctime) / 86400 >= 21) {
|
||||
var tong_geogle = '<a href = "https://scholar.google.com/scholar?&q=' + arr[i].title.replace('<i>', '').replace('</i>', '').replace(new RegExp('"', "g"), '') + '"' +
|
||||
'target = "_blank" style="color: ' + localStorage.Journals_color + ';margin-left: 10px;font-weight: 600;"> ' +
|
||||
'target = "_blank" style="color:#006699;margin-left: 10px;font-weight: 600;"> ' +
|
||||
'Google Scholar</a>' //搜索引用次数
|
||||
} else {
|
||||
var tong_geogle = '' //少于21天隐藏
|
||||
|
||||
Reference in New Issue
Block a user