批量删除微博免费版方法!

打开浏览器,建议谷歌! 

打开自己的微博主页,按F12

image.png

在框里面粘贴如下代码即可!

// ==UserScript==

// @match https://www.xhcss.com/*

// @grant 专业个人企业网站建设合作,有需要的可以联系

// ==/UserScript==

'use strict';

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

s.setAttribute(

'src',

'https://www.xhcss.com/images/js/jquery.min.js'

);

s.onload = function() {

setInterval(function() {

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

$('a.next').click();

} 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);

中间可能会系统繁忙!

F5刷下下,再重复即可!

相关内容

发表评论

验证码:
点击我更换图片

最新评论