Greasy Fork 还支持 简体中文。

Acfun随机送香蕉

Acfun随机送香蕉500次

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
fenghengzhi
Daily installs
0
Total installs
254
Ratings
0 0 0
Version
0.0.9
Created
2016-09-02
Updated
2016-09-05
Size
1.24 KB
License
N/A
Applies to

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