To the Top
File:  root - text - article - 2019 - 05 - delete-weibo.txt
Tags: 新浪微博, 批量删除, Weibo, Batch Delete, | 中文 | Home Page | Category: Computing | 794 Views, 18299 Search Bots | 168 Characters

Subscribe to Feed Burner | Browse | Archive
新浪微博本身不提供批量删除微博的方法,而有些时候,我们需要删除自己微博上所有带图片的内容,下面就是一个批量删除微博的方法,包括带图片微博的方法。
先使用谷歌浏览器访问自己的微博首页,在自己微博里,使用搜索功能过滤出指定日期所有带图片的微博,不过滤的话将删除所有微博。
接着,按F12,调出后台工具,点击console,将以下代码复制进去,直接回车即可。
如果遇到提示错误可以不用管,还是会在删除。

var s = document.createElement('script');
s.setAttribute(
'src',
'https://lib.sinaapp.com/js/jquery/2.0.3/jquery-2.0.3.min.js'
);
s.onload = function() {
setInterval(function() {
if (!$('a[action-type="feed_list_delete"]')) {
$('a.next').click();
} else {
$('a[action-type="feed_list_delete"]')[0].click();
$('a[action-type="ok"]')[0].click();
}

$('html, body').animate({ scrollTop: $(document).height() }, 'slow');
}, 500);
};
document.head.appendChild(s);
Tags: 新浪微博, 批量删除, Weibo, Batch Delete, | 中文 | Home Page | Cateogry: Computing | 794 Views, 18299 Search Bots | 168 Characters Subscribe to Feed Burner

Related Articles

  1. EPSON XP-322 打印机, 固件升级
  2. 俄罗式方块 BASH
  3. SSL Certificates and PCI Scanning
  4. 干掉甲骨文的,不是神对手,而是猪自己
  5. 一个刚毕业的计算机相关专业学生,简历上有哪些经历会加分?
  6. 为什么不能在中国设立第十四个根域名服务器
  7. BT686 多媒体小电脑
  8. 程序员
  9. DELPHI 动态数组小结
  10. AlphaGo第97手失误,李世石为人类赢下荣誉之战

Comments (0)

    Be the first one to comment this page !


Page Edited: May 11 2024 14:36:49 | RSS Subscription
How to Cook a Perfect Steak? | <meta name="robots" content="noindex, follow" />