Acfun随机送香蕉

Acfun随机送香蕉500次

作者
fenghengzhi
日安装量
0
总安装量
253
评分
0 0 0
版本
0.0.9
创建于
2016-09-02
更新于
2016-09-05
许可证
暂无
适用于

打开www.acfun.tv一次,就会自动随机送500次香蕉
下面是可以直接使用的书签版
javascript:function acPostBananas(_cid, _uid) { $.post("/banana/throwBanana.aspx", { count: "5", contentId: _cid, userId: _uid }, function(data, status) { if (status == "success") { console.log(data.result); } else { console.log("网络错误"); } }); } (function(){ userId=$.cookie('auth_key'); if (userId !== '' && userId !== null) { if(confirm('检测到已登录,是否执行一键随机送蕉500次?')){ max=3100000; min=1; for(i=1;i<=500;i++){ contentid=Math.ceil(Math.random()*(max-min)+min); console.log(contentid); acPostBananas(contentid,userId); } } } }());