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

Related Articles

  1. 怎么样使用搜索引擎友好的URL链接?
  2. DELPHI 动态数组小结
  3. Offer negotiation doesn
  4. 激荡20年:IE浏览器的辉煌与落寞
  5. AlphaGo第97手失误,李世石为人类赢下荣誉之战
  6. EPSON XP-322 打印机, 固件升级
  7. 小事 | 选择比努力更重要
  8. 一个刚毕业的计算机相关专业学生,简历上有哪些经历会加分?
  9. 女程序员做了个梦,众网友的神回复
  10. BT686 多媒体小电脑

Comments (0)

    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="index, follow">