Warning: Undefined array key "night" in /www/wwwroot/dhaomu.com/wp-content/themes/b2/header.php on line 18

微博简单快速批量秒删除微博发布的内容

微博简单快速批量秒删除微博发布的内容!这个方法可以说简单粗暴,虽说操作有点小重复,但比手动好多了,只适用于电脑用户。

微博简单快速批量秒删除微博发布的内容!这个方法可以说简单粗暴,虽说操作有点小重复,但比手动好多了,只适用于电脑用户。

操作步骤

电脑进入自己微博主页->然后右键鼠标->审核元素->点左边下面的

微博简单快速批量秒删除微博发布的内容插图
微博简单快速批量秒删除微博发布的内容

第二个英文“Console”->复制粘贴全部代码放入>符号空白处里面

操作代码

// ==UserScript==

// @name         Weibored.js

// @namespace    https://www.dhaomu.com

// @version      0.2.0

// @description  删除所有微博

// @author       Vito Van

// @match        https://weibo.com/p/*

// @grant        none

// ==/UserScript==

'use strict';

var s = document.createElement('script');

s.setAttribute(

'src',

'https://lib.sinaapp.com/js/jquery/2.0.3/jquery-2.0.3.min.js'

);

s.onload = function() {

setInterval(function() {

if (!$('a[action-type="feed_list_delete"]')) {

$('a.next').click();www.dhaomu.com

} else {

$('a[action-type="feed_list_delete"]')[0].click();

$('a[action-type="ok"]')[0].click();

}

// scroll bottom let auto load

$('html, body').animate({ scrollTop: $(document).height() }, 'slow');

}, 800);

};

document.head.appendChild(s);

然后再回车一下就可以了->一次能删一页的内容->大概40~50条左右

微博简单快速批量秒删除微博发布的内容插图1
微博简单快速批量秒删除微博发布的内容

PS:如果弹出提示出现错误或系统繁忙又或者停止了,你点微博下一页会继续删或者再放一次代码回车下再次操作,不想继续删了,按F5就刷新页面停止了。

温馨提示:
1.本站大部分内容均收集于网络!若内容若侵犯到您的权益,请发送邮件至:duhaomu@163.com,我们将第一时间处理!
2.资源所需价格并非资源售卖价格,是收集、整理、编辑详情以及本站运营的适当补贴,并且本站不提供任何免费技术支持。
3.所有资源仅限于参考和学习,版权归原作者所有,更多请阅读网站声明

给TA赞赏
共{{data.count}}人
人已赞赏
其他技巧

中国招商银行APP一键查询征信个人信用报告

2020-4-2 0:00:00

其他技巧

一键关闭腾讯QQ和微信的广告

2020-4-5 0:00:00

0 条回复 A文章作者 M管理员

Warning: Trying to access array offset on value of type null in /www/wwwroot/dhaomu.com/wp-content/themes/b2/functions.php on line 3914

Warning: Trying to access array offset on value of type null in /www/wwwroot/dhaomu.com/wp-content/themes/b2/functions.php on line 3914
----《》
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索