All Projects → intbingbing → delete_weibo_in_batches

intbingbing / delete_weibo_in_batches

Licence: other
chrome控制台批量删除微博记录,可指定全部、原创或转发

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to delete weibo in batches

Weibo Img Crypto
自动加密解密微博上传的图片
Stars: ✭ 176 (+826.32%)
Mutual labels:  weibo
Weibo terminater
Final Weibo Crawler Scrap Anything From Weibo, comments, weibo contents, followers, anything. The Terminator
Stars: ✭ 2,295 (+11978.95%)
Mutual labels:  weibo
Weibopicdownloader
免登录下载微博图片 爬虫 Download Weibo Images without Logging-in
Stars: ✭ 247 (+1200%)
Mutual labels:  weibo
Mnweibo
Swift5 + MVVM + 文艺复兴微博(纯代码 + 纯Swift),可作为第一个上手的Swift项目.
Stars: ✭ 183 (+863.16%)
Mutual labels:  weibo
News spider
新闻抓取(微信、微博、头条...)
Stars: ✭ 190 (+900%)
Mutual labels:  weibo
Weibo Analysis And Visualization
使用python抓取微博数据并对微博文本分析和可视化,LDA(树图)、关系图、词云、时间趋势(折线图)、热度地图、词典情感分析(饼图和3D柱状图)、词向量神经网络情感分析、tfidf聚类、词向量聚类、关键词提取、文本相似度分析等
Stars: ✭ 231 (+1115.79%)
Mutual labels:  weibo
Weibo wordcloud
根据关键词抓取微博数据,再生成词云
Stars: ✭ 154 (+710.53%)
Mutual labels:  weibo
weibotuchuang-electron
围脖是个好图床
Stars: ✭ 31 (+63.16%)
Mutual labels:  weibo
Cordova weibo
A Cordova wrapper around the Sina WeiboSDK for Android and iOS. Provides access to ssoLogin, WeiboSharing etc...
Stars: ✭ 202 (+963.16%)
Mutual labels:  weibo
Awesome crawl
腾讯新闻、知乎话题、微博粉丝,Tumblr爬虫、斗鱼弹幕、妹子图爬虫、分布式设计等
Stars: ✭ 246 (+1194.74%)
Mutual labels:  weibo
Upic
📤uPic is a native, powerful, beautiful and simple picture and file upload tool for macOS.
Stars: ✭ 2,465 (+12873.68%)
Mutual labels:  weibo
Picgo
🚀A simple & beautiful tool for pictures uploading built by vue-cli-electron-builder
Stars: ✭ 15,358 (+80731.58%)
Mutual labels:  weibo
Weibopicdownloader
Download weibo images without logging-in
Stars: ✭ 241 (+1168.42%)
Mutual labels:  weibo
Weibospider
This is a sina weibo spider built by scrapy [微博爬虫/持续维护]
Stars: ✭ 2,408 (+12573.68%)
Mutual labels:  weibo
Sdk3rd
第三方SDK集成库,授权/分享/支付
Stars: ✭ 249 (+1210.53%)
Mutual labels:  weibo
Nine grid view
Flutter NineGridView & DragSortView. Similar to Weibo / WeChat nine grid view controls to display pictures. Flutter仿微信/微博九宫格、拖拽排序,微信群组,钉钉群组,QQ讨论组头像。
Stars: ✭ 169 (+789.47%)
Mutual labels:  weibo
Photobrowser
PhotoBrowser is a light weight photo browser, like the wechat, weibo image viewer.
Stars: ✭ 211 (+1010.53%)
Mutual labels:  weibo
weiboPoemBot
A weibo-bot who can automatically send weibo with poem and art picture.
Stars: ✭ 17 (-10.53%)
Mutual labels:  weibo
mifitxiaomipiholelist
MiFit/Xiaomi PiHole Bock List
Stars: ✭ 28 (+47.37%)
Mutual labels:  weibo
Monkeyking
MonkeyKing helps you to post messages to Chinese Social Networks.
Stars: ✭ 2,699 (+14105.26%)
Mutual labels:  weibo

批量删除微博

环境:PC端chrome、edge、QQ浏览器,除了IE别的应该都可以

TIP: 1、如果嫌慢,可以把delayClick函数里的1500改为1000,但过快可能会出现服务器停止响应;2、删多了会出现系统繁忙,但不影响

使用方法:

1、chrome下登录并打开微博主页
2、按下F12键,切换至“Console”栏
3、复制本项目下main.js内容,并粘贴至微博页的Console控制台下,回车即可(默认删除全部)

说明:

1、在chrome控制台直接粘贴即可,开始会有9s时间加载至页面底部
2、默认删除全部内容,还有“只删除转发内容”和“只删除原创内容”可选择,更改粘贴内容最后一行的main(all)即可,
对应参数:
/**
* @param{String}all 全部内容 默认
* @param{String}originalContentDrop 原创内容
* @param{String}forwardContentDrop 转发内容
*/
3、随时可以刷新或关闭网页退出删除
4、仅供学习交流,谨慎删除

End:

引入jQuery操作DOM事件,后期微博稍稍改下结构可能就失效了。如果有用欢迎点星。

如图

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].