mirror of
https://github.com/fmz200/wool_scripts.git
synced 2025-12-19 13:41:18 +08:00
update something
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* @author fmz200
|
* @author fmz200
|
||||||
* @function 微博去广告
|
* @function 微博去广告
|
||||||
* @date 2025-07-24 22:30:00
|
* @date 2025-07-09 19:00:00
|
||||||
*/
|
*/
|
||||||
|
|
||||||
let url = $request.url;
|
let url = $request.url;
|
||||||
@ -155,7 +155,7 @@ try {
|
|||||||
console.log('处理评论区广告结束💕💕');
|
console.log('处理评论区广告结束💕💕');
|
||||||
}
|
}
|
||||||
if (url.includes("/statuses/container_detail_comment?")) {
|
if (url.includes("/statuses/container_detail_comment?")) {
|
||||||
resp_data.items = resp_data.items.filter(item => item.category === "detail");
|
resp_data.items = resp_data.items.filter(item => item.type !== "trend" && !item.commentAdType);
|
||||||
console.log('处理评论区广告结束💕💕');
|
console.log('处理评论区广告结束💕💕');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user