新浪微博批量取关

今天突然想清理新浪微博的2000个关注 ,然后写了这些代码 节省了机械的勾选操作
var script = document.createElement('script');
script.src = "https://code.jquery.com/jquery-3.3.1.js";
document.getElementsByTagName('head')[0].appendChild(script);
$('.member_ul li').addClass("choosed")
('.W_btn_b').removeClass("W_btn_b_disable")

 

posted @ 2019-04-04 12:12  wiggin  阅读(542)  评论(0编辑  收藏  举报