事件背景:
今天突发奇想,想把自己之前发的说说都删除了,结果就有了下面的代码
1、按F12
2、点击 Console,进入Console项
3、使用以下代码:
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()"4、回车即可 原文链接:https://www.f2er.com/js/992102.html