事件背景:
今天突发奇想,想把自己之前发的说说都删除了,结果就有了下面的代码
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()", delay); } del();
4、回车即可
原文地址:https://www.cnblogs.com/longronglang/p/8439190.html
时间: 2024-12-24 10:49:13