Created
February 22, 2013 00:48
-
-
Save lumin3000/5009896 to your computer and use it in GitHub Desktop.
一次性删除微博关注页上的整页关注人(http://weibo.com/xxxx/myfollow)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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