From 272d6f2592e1c9f7feaebef63edf1e5ed86f83b7 Mon Sep 17 00:00:00 2001 From: msojocs Date: Tue, 19 Nov 2024 14:59:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=81=A2=E5=A4=8D=E9=83=A8=E5=88=86?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extensions/area_unlimit/hook/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/area_unlimit/hook/common.js b/extensions/area_unlimit/hook/common.js index d39d663..f24987a 100644 --- a/extensions/area_unlimit/hook/common.js +++ b/extensions/area_unlimit/hook/common.js @@ -1309,7 +1309,7 @@ const URL_HOOK_FETCH = { */ "https://api.bilibili.com/x/web-interface/wbi/index/top/feed/rcmd": async (data) => { const resp = await data.res.clone().json() - resp.data.item = resp.data.item.filter(e => e.goto !== 'ad') + // resp.data.item = resp.data.item.filter(e => e.goto !== 'ad') data.res = Response.json(resp) return data.res }