From bf45e89dcb56a6bc90e50051bf85afc25c772806 Mon Sep 17 00:00:00 2001 From: xing Date: Mon, 25 Sep 2023 17:13:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A5=BC=E5=B1=82=E5=9B=BE=E7=89=87=E6=98=BE?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tieba page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];