Skip to content

Instantly share code, notes, and snippets.

@lumin3000
Created February 22, 2013 00:48
Show Gist options
  • Save lumin3000/5009896 to your computer and use it in GitHub Desktop.
Save lumin3000/5009896 to your computer and use it in GitHub Desktop.
一次性删除微博关注页上的整页关注人(http://weibo.com/xxxx/myfollow
a=$$('.myfollow_list');for(var i=0;i<a.length;i++){a[i].click()};
$$('.W_btn_d')[1].click();
setTimeout(function(){$$('.W_btn_d')[$$('.W_btn_d').length-1].click()},1000);
setTimeout(function(){window.location.reload()},2000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment