diff --git a/tieba page.js b/tieba page.js index f2f18c9..3304b0e 100644 --- a/tieba page.js +++ b/tieba page.js @@ -27,7 +27,7 @@ imgs.forEach(value => { let h = value.dataset.url.replace('tiebapic', 'imgsrc').replace('tiebapic', 'imgsrc'); if (h.indexOf('http://') === 0) { - h = 'https://image.baidu.com/search/down?url=' + h; + //h = 'https://image.baidu.com/search/down?url=' + h; } let tmp = decodeURIComponent(h.split('&src=')[1]).split('/'); tmp = tmp[tmp.length - 1];