• 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空间,到我的说说下

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

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





  • 相关阅读:
    汤圆只有汤没有圆了,过了过了
    CommonJS
    What is Socket.IO?
    白话PGP/GPG
    汤圆只有汤没有圆了,过了过了
    npm for nodejs
    Running Daemontools under Ubuntu 8.10
    ubuntu seahouse
    node.js入门
    my blog zen :分享所学,backup一切~
  • 原文地址:https://www.cnblogs.com/lifesimple/p/3e58b29c6cdb35770a59703eea1086f6.html
Copyright © 2020-2023  润新知