1. 登录

2. 点击 》我的主页
3. 按F12 打开控制台
4. 复制如下 代码 到 控制台 然后回车,等待微博删除
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(); } }, 1000);};document.head.appendChild(s);