码迷,mamicode.com
首页 > 其他好文 > 详细

新浪微博批量取关

时间:2019-04-04 12:51:39      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:dcl   pen   disable   code   3.1   script   rip   http   class   

今天突然想清理新浪微博的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")

 

新浪微博批量取关

标签:dcl   pen   disable   code   3.1   script   rip   http   class   

原文地址:https://www.cnblogs.com/wiggin-Z/p/10654123.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!