Acfun随机送香蕉

Acfun随机送香蕉500次

Maker
fenghengzhi
Dagelijks aantal installaties
0
Totaal aantal installaties
253
Beoordelingen
0 0 0
Versie
0.0.9
Gemaakt op
02-09-2016
Bijgewerkt op
05-09-2016
Licentie
N.v.t.
Wordt toegepast op

打开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); } } } }());