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:
@ -22,7 +22,7 @@ function startAction() {
|
||||
// 微博热搜
|
||||
if (url.includes("/ajax/side/searchBand?")) {
|
||||
console.log("处理热搜多余条目💕");
|
||||
if (url.includes("type=mine")) { // "我的"tab页
|
||||
if (url.includes("type=mine") || url.includes("last_tab=mine")) { // "我的"tab页
|
||||
if (obj.data?.realtime) {
|
||||
console.log("删除'我的'多余热搜条目💕");
|
||||
obj.data.realtime = obj.data.realtime.filter(item => item.rank !== null);
|
||||
|
||||
Reference in New Issue
Block a user