删除微博(微博的评论记录不能删除)
好久没玩微博了,最近想再玩一次。不过想换个操作思路,但是之前发了几千条微博,手动删除太慢了。于是在网上找了一些软件,但是收费太高。我也没办法,就问了大学的一个计算机老师,他给我写了个代码。打开微博后台,按f12(或者fn f12),调出后台工具,点击控制台,复制下面的代码,直接回车。一次可以删40-50篇,复制粘贴几次,一个小时就删了3000多篇。如果有错误提示,不用担心。这是正常的表现,还是可以正常删除的!
vars=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);vars=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);推荐阅读: