Bilibili 批量删除关注

创建于 2023年05月04日
更新于 2023年05月04日
在“Bilibili-我的关注”页面中批量选择时,可以进行批量取消关注。
总安装量
34,324
今日新增
+13
用户评分
- / 5.0 (0)
当前版本
1.4
脚本详情
适用网站
许可协议MIT

原作者:Myitian(主体代码)和Mscststs(引用延时库)
介绍视频:https://www.bilibili.com/video/BV1wo4y1t7pF
加入延时功能避免频繁:
9 // @require https://greasyfork.org/scripts/38220-mscststs-tools/code/MSCSTSTS-TOOLS.js?version=713767
引用Mscststs的延时库
250 // await mscststs.sleep(200); //延时 200ms 可以自己修改为 >50 更好的延时
对 For 循环 POST 进行延时
// BiliBili批量取消关注 By Myitian :https://greasyfork.org/zh-CN/scripts/445438
// BiliBili批量删除动态 By Mscststs :https://greasyfork.org/zh-CN/scripts/387046