怎么批量删除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();

猜你喜欢

转载自www.cnblogs.com/whist/p/8903550.html