|
|
console代码# a3 ]3 a7 V! r$ K) d
4 r% t& Y% r4 S! H! I' o
先打开QQ空间,然后点说说,F12,找到console,输入下面的代码( Q4 ^: K: z$ V: S1 E6 d
& a- O- S9 B0 H& Q6 L7 P( Q6 t
“var delay = 1000”这里1000可以改速度,越小越快,越大越慢,一般500-1000就好了,别超过这个范围。0 Q/ D& f- N9 j" d* o
; S! P% A+ u# E9 D Q, ?
0 b$ ] m7 n: cvar delay = 1000; 8 G! {, w6 E9 \1 t
( x$ [- G& H( x* o$ C% q1 j
function del() {
' k4 A+ H) \& d document.querySelector('.app_canvas_frame').contentDocument.querySelector('.del_btn').click();
+ F2 w, P! ^+ }3 d z setTimeout("yes()", delay);
2 ~! {3 \" [ c4 |4 P5 e4 W" |} $ y8 D$ W6 z9 @' @
0 s4 W0 }+ [8 _function yes() {
; P2 f' F1 a, x2 `; x. F8 }$ h document.querySelector('.qz_dialog_layer_btn').click(); & A6 ]( N7 j1 k( @( k1 W7 Q
setTimeout("del()", delay);
" g& a. x% f! F+ w6 R/ a1 x} . E6 I7 {' m/ ~- N
4 o! W* c2 V* I2 s5 a3 E, g% Xdel(); |
评分
-
查看全部评分
|