怎样批量清空微博?亲测有效2025
时间:2025-04-29
来源:互联网
一、具体操作方法:
1、打开wb网页版,个人主页(个人用的谷歌浏览器)。
2、按F12,笔记本按住Fn+F12,进入控制台(Console),把下面的代码贴进去,回车启动。
二、小贴士:
1、MAC:command+option+i唤起开发者工具
2、如果过程中有提示授权,需要先按照提示,填写要求的内容,然后回车授权,再贴代码回车。
3、效果就是:屏幕上不断看到系统自动删除微博。
4、想结束就刷新下页面。
三、代码如下:
functiondelay(timeout=100){
returnnewPromise((resolve)=>{
setTimeout(()=>{
resolve()
},timeout)
})
}
functionfindOffsetParent(node){
while(!node.offsetParent.classList.contains('vue-recycle-scroller__item-view')){
node=node.offsetParent
}
returnnode.offsetParent
}
constinitializedScrollTop=600
leterrorCount=0
asyncfunctionreadyGo(){
constangleDownList=document.querySelectorAll('i[class="woo-fontwoo-font--angleDownmorepop_action_bk3Fq"]')
constangleDownListLength=angleDownList.length
try{
if(!angleDownList){
returnconsole.log
}
if(!angleDownListLength){
returnconsole.log("这下清爽多了!!!")
}
//展开下拉框
angleDownList[1].click()
//点击删除
constpopItems=document.querySelectorAll('div[class="woo-box-flexwoo-box-alignCenterwoo-pop-item-main"]')
for(leti=0;i<popItems.length;i++){
constnode=popItems[i]
if(node.innerText==="删除"){
node.click()
break
}
}
awaitdelay()
constoffsetParent=findOffsetParent(angleDownList[1])
//确认删除
document.querySelectorAll('button[class="woo-button-mainwoo-button-flatwoo-button-primarywoo-button-mwoo-button-roundwoo-dialog-btn"]')[0].click()
awaitdelay()
constdoc=document.documentElement||document.body
doc.scrollTo(0,initializedScrollTop+offsetParent.offsetHeight)
errorCount=0
}catch(e){
if(errorCount>=5){
returnconsole.error('重新执行吧:',e)
}
document.body.click()
errorCount+=1
readyGo()
return
}
if(angleDownListLength>=2){
readyGo()
}
}
readyGo()
更多微博相关教程,敬请期待phpfans软件教程栏目。
-
明基V42-DC47S笔记本一键u盘启动bios设置教程 时间:2025-06-29
-
海尔笔记本一键u盘启动bios设置教程 时间:2025-06-29
-
戴尔灵越24一体机怎么进入bios设置u盘启动 时间:2025-06-29
-
Win11过期或不安全的tls设置教程 Win11过期或不安全的tls设置怎么办 时间:2025-06-29
-
windows11安装包删除方法 windows11安装包怎么删除 时间:2025-06-29
-
Win11充电没反应解决方法 时间:2025-06-29
今日更新
-
最熟知的梗是什么梗-全网爆火的梗你都知道几个
阅读:18
-
最讨厌的梗是什么梗-这些烂梗为什么让人反感又上头
阅读:18
-
最讨厌的烂梗是什么梗-这些烂梗为何让人反感到爆炸
阅读:18
-
最讨厌网络梗是什么梗-揭秘网友集体吐槽的流行语真相
阅读:18
-
最甜的梗是什么梗-揭秘网络爆红的高糖分流行语
阅读:18
-
最伟大的梗是什么梗-全网疯传的爆笑神梗揭秘
阅读:18
-
网上最火的梗是什么梗-揭秘2024年全网最热流行梗
阅读:18
-
最为致命的梗是什么梗-揭秘全网最火死亡梗真相
阅读:18
-
最无敌谐音梗是什么梗-全网爆笑谐音梗天花板来袭
阅读:18
-
最无聊的谐音梗是什么梗-网友笑称听完直接困成狗
阅读:18