console前端代码自动删除QQ空间我的说说

  1. function del() {
  2. if(document.querySelector('.app_canvas_frame').contentDocument.querySelector('.del_btn') == null){
  3. var index = document.querySelector('.app_canvas_frame').contentDocument.querySelector(".mod_pagenav_main").querySelector(".current").innerText;
  4. document.querySelector('.app_canvas_frame').contentDocument.querySelector('.mod_pagenav_option').querySelector("input").value = (parseInt(index)+1);
  5. document.querySelector('.app_canvas_frame').contentDocument.querySelector('.mod_pagenav_turn').querySelector("button").click();
  6. setTimeout("del()", 3000);
  7. }else{
  8. document.querySelector('.app_canvas_frame').contentDocument.querySelector('.del_btn').click();
  9. setTimeout("yes()", 1000);
  10. }
  11. }
  12. function yes() {
  13. document.querySelector('.qz_dialog_layer_btn').click();
  14. setTimeout("del()", 1000);
  15. }
  16. del();

打开QQ空间,到我的说说下

打开控制台
输入上述代码回车 会自动一直删除状态

不过好像 有检测到要是一直删 会要验证码输入。





posted @ 2016-01-31 18:18  lifesimple  阅读(381)  评论(0编辑  收藏  举报