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

Related Articles

  1. BT686 多媒体小电脑
  2. Python才是世界上最好的语言
  3. 微信拉黑和删除有啥区别?
  4. 儿童编程热和计算机思维的培养
  5. AlphaGo第97手失误,李世石为人类赢下荣誉之战
  6. SSL Certificates and PCI Scanning
  7. 传RSA加密系统已被密码学大牛破解
  8. Evernote 用户只用了 5%的功能,这着实给科技公司上了一课
  9. 为什么不要在中国注册域名
  10. 程序员

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