Skip to content

Instantly share code, notes, and snippets.

@whtsky
whtsky / batch_delete_tencent_tweet.js
Created October 15, 2018 15:26 — forked from yinheli/batch_delete_tencent_tweet.js
批量删除腾讯微博
// 批量删除广播
function ff(){
var list = $$('#talkList>li');
var count = list.length
console.log('list length', count);
var t = 0
var idx = 0
list.forEach(function(i){
setTimeout(function() {
console.log("delete id", i.id, 'idx:', idx++);