Skip to content

Commit

Permalink
feat: 恢复部分功能
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed Nov 19, 2024
1 parent 742ce4f commit 272d6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/area_unlimit/hook/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 272d6f2

Please sign in to comment.