改变 Google Scholar 颜色
This commit is contained in:
@@ -7224,7 +7224,7 @@ function article_con() {
|
|||||||
$('.wen_jian .right>p').html(result.data.cite);
|
$('.wen_jian .right>p').html(result.data.cite);
|
||||||
|
|
||||||
if ((Math.round(Date.parse(new Date()) / 1000) - j_artc.ctime) / 86400 >= 21) {
|
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_ = '';
|
var lnk_ = '';
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ function initArticleCite() {
|
|||||||
|
|
||||||
if ((Math.round(Date.parse(new Date()) / 1000) - arr[i].ctime) / 86400 >= 21) {
|
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"), '') + '"' +
|
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>' //搜索引用次数
|
'Google Scholar</a>' //搜索引用次数
|
||||||
} else {
|
} else {
|
||||||
var tong_geogle = '' //少于21天隐藏
|
var tong_geogle = '' //少于21天隐藏
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ function initArticleCon() {
|
|||||||
|
|
||||||
if ((Math.round(Date.parse(new Date()) / 1000) - arr[i].ctime) / 86400 >= 21) {
|
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"), '') + '"' +
|
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>' //搜索引用次数
|
'Google Scholar</a>' //搜索引用次数
|
||||||
} else {
|
} else {
|
||||||
var tong_geogle = '' //少于21天隐藏
|
var tong_geogle = '' //少于21天隐藏
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ function initArticleDown() {
|
|||||||
|
|
||||||
if ((Math.round(Date.parse(new Date()) / 1000) - arr[i].ctime) / 86400 >= 21) {
|
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"), '') + '"' +
|
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>' //搜索引用次数
|
'Google Scholar</a>' //搜索引用次数
|
||||||
} else {
|
} else {
|
||||||
var tong_geogle = '' //少于21天隐藏
|
var tong_geogle = '' //少于21天隐藏
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ function initArticleH() {
|
|||||||
|
|
||||||
if ((Math.round(Date.parse(new Date()) / 1000) - arr[i].ctime) / 86400 >= 21) {
|
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"), '') + '"' +
|
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>' //搜索引用次数
|
'Google Scholar</a>' //搜索引用次数
|
||||||
} else {
|
} else {
|
||||||
var tong_geogle = '' //少于21天隐藏
|
var tong_geogle = '' //少于21天隐藏
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ function initArticleN() {
|
|||||||
n_ = '1';
|
n_ = '1';
|
||||||
if ((Math.round(Date.parse(new Date()) / 1000) - arr[i].ctime) / 86400 >= 21) {
|
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"), '') + '"' +
|
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>' //搜索引用次数
|
'Google Scholar</a>' //搜索引用次数
|
||||||
} else {
|
} else {
|
||||||
var tong_geogle = '' //少于21天隐藏
|
var tong_geogle = '' //少于21天隐藏
|
||||||
@@ -155,7 +155,7 @@ function initArticleN() {
|
|||||||
c_ = '1';
|
c_ = '1';
|
||||||
if ((Math.round(Date.parse(new Date()) / 1000) - arr[i].ctime) / 86400 >= 21) {
|
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"), '') + '"' +
|
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:#7a2702;margin-left: 10px;font-weight: 600;"> ' +
|
||||||
'Google Scholar</a>' //搜索引用次数
|
'Google Scholar</a>' //搜索引用次数
|
||||||
} else {
|
} else {
|
||||||
var tong_geogle = '' //少于21天隐藏
|
var tong_geogle = '' //少于21天隐藏
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ function initArticleNew() {
|
|||||||
|
|
||||||
if ((Math.round(Date.parse(new Date()) / 1000) - arr[i].ctime) / 86400 >= 21) {
|
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"), '') + '"' +
|
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>' //搜索引用次数
|
'Google Scholar</a>' //搜索引用次数
|
||||||
} else {
|
} else {
|
||||||
var tong_geogle = '' //少于21天隐藏
|
var tong_geogle = '' //少于21天隐藏
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ function initArticleO() {
|
|||||||
|
|
||||||
if ((Math.round(Date.parse(new Date()) / 1000) - arr[i].ctime) / 86400 >= 21) {
|
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"), '') + '"' +
|
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>' //搜索引用次数
|
'Google Scholar</a>' //搜索引用次数
|
||||||
} else {
|
} else {
|
||||||
var tong_geogle = '' //少于21天隐藏
|
var tong_geogle = '' //少于21天隐藏
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ function initArticleP() {
|
|||||||
|
|
||||||
if ((Math.round(Date.parse(new Date()) / 1000) - arr[i].ctime) / 86400 >= 21) {
|
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"), '') + '"' +
|
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>' //搜索引用次数
|
'Google Scholar</a>' //搜索引用次数
|
||||||
} else {
|
} else {
|
||||||
var tong_geogle = '' //少于21天隐藏
|
var tong_geogle = '' //少于21天隐藏
|
||||||
|
|||||||
@@ -118,7 +118,7 @@ function initArticleRead() {
|
|||||||
|
|
||||||
if ((Math.round(Date.parse(new Date()) / 1000) - arr[i].ctime) / 86400 >= 21) {
|
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"), '') + '"' +
|
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>' //搜索引用次数
|
'Google Scholar</a>' //搜索引用次数
|
||||||
} else {
|
} else {
|
||||||
var tong_geogle = '' //少于21天隐藏
|
var tong_geogle = '' //少于21天隐藏
|
||||||
|
|||||||
@@ -234,7 +234,7 @@ function initArticleT() {
|
|||||||
|
|
||||||
if ((Math.round(Date.parse(new Date()) / 1000) - arr[i].ctime) / 86400 >= 21) {
|
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"), '') + '"' +
|
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>' //搜索引用次数
|
'Google Scholar</a>' //搜索引用次数
|
||||||
} else {
|
} else {
|
||||||
var tong_geogle = '' //少于21天隐藏
|
var tong_geogle = '' //少于21天隐藏
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ function initArticleTime() {
|
|||||||
|
|
||||||
if ((Math.round(Date.parse(new Date()) / 1000) - arr[i].ctime) / 86400 >= 21) {
|
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"), '') + '"' +
|
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>' //搜索引用次数
|
'Google Scholar</a>' //搜索引用次数
|
||||||
} else {
|
} else {
|
||||||
var tong_geogle = '' //少于21天隐藏
|
var tong_geogle = '' //少于21天隐藏
|
||||||
|
|||||||
@@ -118,7 +118,7 @@ function initArticleTop() {
|
|||||||
|
|
||||||
if ((Math.round(Date.parse(new Date()) / 1000) - arr[i].ctime) / 86400 >= 21) {
|
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"), '') + '"' +
|
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>' //搜索引用次数
|
'Google Scholar</a>' //搜索引用次数
|
||||||
} else {
|
} else {
|
||||||
var tong_geogle = '' //少于21天隐藏
|
var tong_geogle = '' //少于21天隐藏
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ function initArticleY() {
|
|||||||
|
|
||||||
if ((Math.round(Date.parse(new Date()) / 1000) - arr[i].ctime) / 86400 >= 21) {
|
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"), '') + '"' +
|
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:#7a2702;;margin-left: 10px;"> ' +
|
'target = "_blank" style="color:#006699;margin-left: 10px;font-weight: 600;"> ' +
|
||||||
'Google Scholar</a>' //搜索引用次数
|
'Google Scholar</a>' //搜索引用次数
|
||||||
} else {
|
} else {
|
||||||
var tong_geogle = '' //少于21天隐藏
|
var tong_geogle = '' //少于21天隐藏
|
||||||
|
|||||||
@@ -191,7 +191,7 @@ function bf_list() {
|
|||||||
}
|
}
|
||||||
if ((Math.round(Date.parse(new Date()) / 1000) - arr[i].ctime) / 86400 >= 21) {
|
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"), '') + '"' +
|
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:#7a2702;margin-left: 10px;font-weight: 600;"> ' +
|
'target = "_blank" style="color:#006699;margin-left: 10px;font-weight: 600;"> ' +
|
||||||
'Google Scholar</a>' //搜索引用次数
|
'Google Scholar</a>' //搜索引用次数
|
||||||
} else {
|
} else {
|
||||||
var tong_geogle = '' //少于21天隐藏
|
var tong_geogle = '' //少于21天隐藏
|
||||||
|
|||||||
@@ -201,7 +201,7 @@ function bf_list() {
|
|||||||
}
|
}
|
||||||
if ((Math.round(Date.parse(new Date()) / 1000) - arr[i].ctime) / 86400 >= 21) {
|
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"), '') + '"' +
|
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>' //搜索引用次数
|
'Google Scholar</a>' //搜索引用次数
|
||||||
} else {
|
} else {
|
||||||
var tong_geogle = '' //少于21天隐藏
|
var tong_geogle = '' //少于21天隐藏
|
||||||
|
|||||||
Reference in New Issue
Block a user