mirror of
https://github.com/fmz200/wool_scripts.git
synced 2025-12-19 13:41:18 +08:00
更新 weibo_ads.js
This commit is contained in:
@ -12,6 +12,7 @@ try {
|
|||||||
// 1、首次点击发现按钮
|
// 1、首次点击发现按钮
|
||||||
if (url.includes("/search/finder?")) {
|
if (url.includes("/search/finder?")) {
|
||||||
console.log('进入发现页...');
|
console.log('进入发现页...');
|
||||||
|
console.log(body);
|
||||||
resp_data.channelInfo.channels[0].titleInfo.style.selectTextColor = "#333333";
|
resp_data.channelInfo.channels[0].titleInfo.style.selectTextColor = "#333333";
|
||||||
processPayload(resp_data.channelInfo.channels[0].payload);
|
processPayload(resp_data.channelInfo.channels[0].payload);
|
||||||
removeChannelsTabs(resp_data.channelInfo.channels);
|
removeChannelsTabs(resp_data.channelInfo.channels);
|
||||||
|
|||||||
Reference in New Issue
Block a user