|
|
console代码
% i J S% D2 V% r. e* z5 g: \3 J$ S" p0 v9 S7 y9 u) S
先打开QQ空间,然后点说说,F12,找到console,输入下面的代码
4 A8 _8 |. B# s0 S8 }1 P& N. c
' H O: S; q5 z b- z6 m) o* q9 g“var delay = 1000”这里1000可以改速度,越小越快,越大越慢,一般500-1000就好了,别超过这个范围。
9 C" _- p9 |- o& m5 n8 [
: a0 ?$ d* K- \2 J& a# p+ E
- c9 ^8 h+ e% K! avar delay = 1000; $ ^0 s) B) M5 d% X+ X/ m
9 J+ j9 m" |( b' M; W: Z: dfunction del() {
% C, x$ F1 y4 S/ S document.querySelector('.app_canvas_frame').contentDocument.querySelector('.del_btn').click(); D/ B% D1 [1 |7 |) b4 f
setTimeout("yes()", delay); 5 V2 T# p0 @8 |$ A$ Q
} 1 z, y9 C/ L7 B* |$ o" [8 @0 s7 j
1 Y$ @. S/ U( M' G+ rfunction yes() { b6 ^* x% d: [0 h1 J
document.querySelector('.qz_dialog_layer_btn').click();
& {4 ~2 `0 n1 n1 H( ?! N, l setTimeout("del()", delay);
9 e( z7 W* @' \6 U6 ^} $ U9 D- I9 h7 l# d6 f7 C/ [
& j, Y1 B/ {! R9 \' V0 q2 h
del(); |
评分
-
查看全部评分
|