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

Related Articles

  1. SSL Certificates and PCI Scanning
  2. 儿童编程热和计算机思维的培养
  3. 俄罗式方块 BASH
  4. 为什么不能在中国设立第十四个根域名服务器
  5. 怎么样使用搜索引擎友好的URL链接?
  6. BT686 多媒体小电脑
  7. This is hard for me too.
  8. 哪些SEO方法会被搜索引擎认为是作弊
  9. Feeling down about your interviews/job search?
  10. 激荡20年:IE浏览器的辉煌与落寞

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