批量删除QQ空间代码

作为一个程序员,无条件满足老板的需求。删除他空间3857条说说。然后开始之后又说不用了。亲测可用,有些版本不行,这个只要点击到说说的页面就行了。

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

发布了35 篇原创文章 · 获赞 2 · 访问量 9820

猜你喜欢

转载自blog.csdn.net/qq_39532595/article/details/98868394