Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Latest commit

 

History

History
46 lines (37 loc) · 1.89 KB

README.md

File metadata and controls

46 lines (37 loc) · 1.89 KB

bilibili-helper

An auxiliary extension for Bilibili (bilibili.com) which allows users to bypass playback restrictions, replace video players and use shortcuts.

哔哩哔哩 (bilibili.com) 辅助工具,可以替换播放器、去广告、推送通知并进行一些快捷操作。

Release

Latest Release Download

License

GitHub license

Especially, the file libs/crc32-gpl.js and any build including this file would be licensed as GPL v3 as it has used code from bilibili_danmaku_AntiAnonym project.

Build

Requirements

  • nodejs
  • webpack

Regular Build

npm install webpack
node make

GPL Build

The GPL Build uses file libs/crc32-gpl.js to resolve comment-sender hash to user-id locally, but this file requires GPL v3 license.

npm install webpack
node make gpl

Credits