怎么批量删除QQ空间说说?

当年年少无知,在QQ空间里说了一堆乱七八糟的东西。现在想删除。
js代码为:

var delay = 1000;
function del() { document.querySelector('.app_canvas_frame').contentDocument.querySelector('.del_btn').click(); setTimeout("yes()", delay); } 
function yes() { document.querySelector('.qz_dialog_layer_btn').click(); setTimeout("del()", delay); } 
del();
posted @ 2018-04-21 20:19  whist  阅读(287)  评论(0编辑  收藏  举报