1 Star 0 Fork 0

Bunny Blue/Weibored.js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
weibored.js 584 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ruipeng Zhang 提交于 2016-06-22 16:00 +08:00 . A little improvement
// ==UserScript==
// @name Weibored.js
// @namespace http://vito.sdf.org
// @version 0.1
// @description 删除所有微博
// @author Vito Van
// @match http://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(){
$('a[title="删除此条微博"]')[0].click();
$('a[action-type="ok"]')[0].click();
}, 800);
}
document.head.appendChild(s);
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tib/Weibored.js.git
git@gitee.com:tib/Weibored.js.git
tib
Weibored.js
Weibored.js
master

搜索帮助