首页 » 技术分享 » 怎么批量删除qq空间说说

怎么批量删除qq空间说说

 

1、打开自己的QQ空间 - 说说——右击说说审查元素,打开审查元素。或者直接按f12也可以。

2、在这里我们看到很多分类

3、点击 Console,进入Console项

4、粘贴删除说说的代码,代码为

 

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();

转载自原文链接, 如需删除请联系管理员。

原文链接:怎么批量删除qq空间说说,转载请注明来源!

0