Weibo Delete Comment

清空您发过的所有微博评论

  1. // ==UserScript==
  2. // @name Weibo Delete Comment
  3. // @namespace http://will66.me
  4. // @version 0.1
  5. // @description 清空您发过的所有微博评论
  6. // @author willhunger
  7. // @match http://weibo.com/comment/outbox*
  8. // @require http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.7.2.js
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. window.setInterval(function(){
  13. $('a[action-type="delComment"]')[0].click();
  14. $('a[action-type="ok"]')[0].click();
  15. },5000);
  16. //默认间隔5秒,可自助更改删除间隔

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址