To the Top
File:  root - text - article - 2019 - 05 - delete-weibo.txt
Tags: 新浪微博, 批量删除, Weibo, Batch Delete, | 中文 | Home Page | Category: Computing | 770 Views, 17436 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 | 770 Views, 17436 Search Bots | 168 Characters Subscribe to Feed Burner

Related Articles

  1. Getting a LOT of interviews
  2. 干掉甲骨文的,不是神对手,而是猪自己
  3. 为什么不能在中国设立第十四个根域名服务器
  4. 腾讯,从公敌到大哥
  5. BT686 多媒体小电脑
  6. MySql
  7. This is hard for me too.
  8. DELPHI 动态数组小结
  9. 程序员
  10. 传RSA加密系统已被密码学大牛破解

Comments (0)

Your Email (Domain Part Not Exposed):

Your Comments:

Privately By Mail Colors More Smileys S x y @

Verification (Click Image 2 Refresh):

    Be the first one to comment this page !


Page Edited: October 30 2020 14:21:09 | RSS Subscription
How to Cook a Perfect Steak? | <meta name="robots" content="noindex, follow" />