显示哔哩哔哩视频の点赞数/播放数百分比的 Ch

Up Index Q

一个显示哔哩哔哩视频の点赞数/播放数百分比的 Chrome 插件

Up index

Up index点赞数播放数 中的 百分比 (%)

Up index % = 点赞数 / 播放数 代码中的计算方法

let upIndex = viewCount === 0 ? 0 : ((likes / viewCount) * 100).toFixed(1);

Chrome extension to show Bilibili likes / view count percentage

Up index

For videos, Up index is the percentage (%) of likes in view count

Up index % = likes / view count Calculation method in code

let upIndex = viewCount === 0 ? 0 : ((likes / viewCount) * 100).toFixed(1);

版权声明:

1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。
2、网站不提供资料下载,如需下载请到原作者页面进行下载。