 自己抓了一下,发现就是**adType='荐读'**,修改的地方比较小我就不提PR了 具体位置就是 https://github.com/zmqcherish/proxy-script/blob/1d9f51bc9a0077d81998bb503ee6158ca83faa73/weibo_main.js#L592 ` if(mainConfig.removeRecommendItem) delType.push(...['推荐', '热推', '荐读']); `
自己抓了一下,发现就是adType='荐读',修改的地方比较小我就不提PR了
具体位置就是
proxy-script/weibo_main.js
Line 592 in 1d9f51b
if(mainConfig.removeRecommendItem) delType.push(...['推荐', '热推', '荐读']);