改变 Google Scholar 颜色
This commit is contained in:
@@ -7224,7 +7224,7 @@ function article_con() {
|
||||
$('.wen_jian .right>p').html(result.data.cite);
|
||||
|
||||
if ((Math.round(Date.parse(new Date()) / 1000) - j_artc.ctime) / 86400 >= 21) {
|
||||
$('.wen_jian .right>p').after('<a href="https://scholar.google.com/scholar?&q=' + j_artc.title.replace('<i>', '').replace('</i>', '').replace(new RegExp('"', "g"), '') + '" target="_blank" style="color: ' + localStorage.Journals_color + ';font-weight: 600">Google Scholar</a>');
|
||||
$('.wen_jian .right>p').after('<a href="https://scholar.google.com/scholar?&q=' + j_artc.title.replace('<i>', '').replace('</i>', '').replace(new RegExp('"', "g"), '') + '" target="_blank" style="color:#006699;margin-left: 10px;font-weight: 600;">Google Scholar</a>');
|
||||
}
|
||||
|
||||
var lnk_ = '';
|
||||
|
||||
Reference in New Issue
Block a user